Fix missing pattern synonym
This commit is contained in:
parent
619242ccaf
commit
a2f61ea910
1 changed files with 1 additions and 0 deletions
|
|
@ -191,5 +191,6 @@ type Inj = Inj' Type
|
|||
type Exp = Exp' Type
|
||||
type ExpT = ExpT' Type
|
||||
type Id = Id' Type
|
||||
pattern TVar' s = TVar (MkTVar s)
|
||||
pattern DBind' id vars expt = DBind (Bind id vars expt)
|
||||
pattern DData' typ injs = DData (Data typ injs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue