1
0
forked from GitHub/gf-core

change the data types and the syntax in PGF to match the new syntax for implict arguments

This commit is contained in:
krasimir
2009-09-20 11:43:41 +00:00
parent d09371280d
commit b1a51f46f5
14 changed files with 168 additions and 198 deletions

View File

@@ -30,7 +30,7 @@ In the expression: mkMorph (\x -> succ zero)
Type: Vector (plus (succ (succ zero)) (succ zero))
Expression: <\m, n -> vector (plus m n) : (m : Nat) -> (n : Nat) -> Vector (plus m n)>