Int32 and diff

This commit is contained in:
Denis Merigoux 2020-04-24 15:00:17 +02:00
parent 8a3c4dcae6
commit 7d0ba8cdd1

View File

@ -160,7 +160,7 @@ type meta_assertion =
| FixedBy of qident Pos.marked * ident Pos.marked
| VariesWith of qident Pos.marked * expression Pos.marked * variation_typ Pos.marked option
module UidMap = Map.Make (Int)
module UidMap = Map.Make (Int32)
type field = {
field_var_map : qident UidMap.t;