typechecker is compatible with one extra addition to the spec
This commit is contained in:
parent
3335ab7a57
commit
8d1330ad42
7 changed files with 63 additions and 66 deletions
|
|
@ -1,6 +1,6 @@
|
|||
data Maybe (a) where {
|
||||
Nothing : Maybe (a)
|
||||
Just : forall a. a -> Maybe (a)
|
||||
Just : a -> Maybe (a)
|
||||
};
|
||||
|
||||
fromJust : Maybe (a) -> a ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue