summaryrefslogtreecommitdiff
path: root/typing/btype.ml
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2012-05-25 05:11:55 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2012-05-25 05:11:55 +0000
commita745e3c6feaddf139e22faea4613fefc89db73ec (patch)
tree964ded6c09f646734f87cf0bb0e1e3e9ca6bb231 /typing/btype.ml
parent66f05c8e7ff5ce0629d72ac79f2cb3eb96f77ccb (diff)
downloadocaml-a745e3c6feaddf139e22faea4613fefc89db73ec.tar.gz
fix PR#5619
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12482 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'typing/btype.ml')
-rw-r--r--typing/btype.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/typing/btype.ml b/typing/btype.ml
index c9bdbf04d4..769535bcba 100644
--- a/typing/btype.ml
+++ b/typing/btype.ml
@@ -57,6 +57,8 @@ let newmarkedgenvar () =
let is_Tvar = function {desc=Tvar _} -> true | _ -> false
let is_Tunivar = function {desc=Tunivar _} -> true | _ -> false
+let dummy_method = "*dummy method*"
+
(**** Representative of a type ****)
let rec field_kind_repr =