compare (lowercase) has a bit of a special meaning in OCaml, renaming the Compare module to Compare_types for now to avoid potential confusion (?)
This commit is contained in:
parent
e319e2d2cd
commit
0dc4315359
@ -14,7 +14,7 @@ module Map = RedBlackTrees.PolyMap
|
||||
open Todo_use_fold_generator
|
||||
|
||||
let assert_type_expression_eq ((tv',tv):O.type_expression * O.type_expression) : (unit,typer_error) result =
|
||||
Compare.assert_type_expression_eq (tv' , tv)
|
||||
Compare_types.assert_type_expression_eq (tv' , tv)
|
||||
|
||||
(*
|
||||
Extract pairs of (name,type) in the declaration and add it to the environment
|
||||
|
Loading…
Reference in New Issue
Block a user