Dedukti icon indicating copy to clipboard operation
Dedukti copied to clipboard

parsing error

Open fblanqui opened this issue 11 months ago • 0 comments

I don't understand why I get a parsing error with:

def Set : Type.
injective {|τ|} : (Set -> Type).
def {|ℕ|} : Type.
def 0 : {|ℕ|}.
def {|𝑰|} (a:Set) : {|ℕ|} -> {|τ|} a.

[ERROR CODE:702]  [zo.dk] [line:5 column:42] 
Parsing error: Unexpected token '.'.

fblanqui avatar Feb 29 '24 16:02 fblanqui