Fixed a segfault.
This commit is contained in:
parent
f531afb3ab
commit
7e246a94e5
5 changed files with 82 additions and 76 deletions
|
|
@ -35,7 +35,7 @@ data Branch = Branch (Pattern, Type) ExpT
|
|||
|
||||
type ExpT = (Exp, Type)
|
||||
|
||||
data Constructor = Constructor UIdent [(UIdent, Type)]
|
||||
data Constructor = Constructor Ident [(Ident, Type)]
|
||||
deriving (Show, Ord, Eq)
|
||||
|
||||
data Lit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue