Disable this for now

This commit is contained in:
Cédric Pasteur 2010-06-22 09:47:03 +02:00 committed by Léonard Gérard
parent 5f1b63b33a
commit ccfd3f368a

View file

@ -222,7 +222,7 @@ let rec unify t1 t2 =
let unify t1 t2 =
try unify t1 t2 with Unify -> error (Etype_clash(t1, t2))
let less_than statefull = if not statefull then error Estate_clash
let less_than statefull = (*if not statefull then error Estate_clash*) ()
let kind f statefull = function
| { node_inputs = ty_list1;