mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
fix(term): missing type constraint
This commit is contained in:
parent
1428d43369
commit
be2bc6e0f6
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ module Arg
|
|||
with type Term.t = Term.t
|
||||
and type Fun.t = Fun.t
|
||||
and type Ty.t = Ty.t
|
||||
and type Term.state = Term.state
|
||||
= struct
|
||||
module Term = Term
|
||||
module Fun = Fun
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue