fix(term): missing type constraint

This commit is contained in:
Simon Cruanes 2019-10-30 15:00:49 -05:00
parent 1428d43369
commit be2bc6e0f6

View file

@ -14,6 +14,7 @@ module Arg
with type Term.t = Term.t with type Term.t = Term.t
and type Fun.t = Fun.t and type Fun.t = Fun.t
and type Ty.t = Ty.t and type Ty.t = Ty.t
and type Term.state = Term.state
= struct = struct
module Term = Term module Term = Term
module Fun = Fun module Fun = Fun