mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
bugfix in the PGF typechecker and more test cases
This commit is contained in:
@@ -22,6 +22,9 @@ cat Nat ;
|
||||
data zero : Nat ;
|
||||
succ : Nat -> Nat ;
|
||||
err : Nat ;
|
||||
|
||||
fun zeroF : Nat ;
|
||||
succF : Nat -> Nat ;
|
||||
|
||||
fun dec : Nat -> Nat ;
|
||||
def dec zero = zero ;
|
||||
|
||||
Reference in New Issue
Block a user