Fix missing pattern synonym

This commit is contained in:
Martin Fredin 2023-04-29 15:56:01 +02:00
parent 619242ccaf
commit a2f61ea910

View file

@ -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)