You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also noticed that you can't specify a definition call from its arguments. Example:
Example test_orb1: (orb true false) = true.
orb, true, and false all must be coqKwdParen although they aren't semantically the same. orb is a Definition, and true+false are arguments to the Definition.
Uh oh!
There was an error while loading. Please reload this page.
I also noticed that you can't specify a definition call from its arguments. Example:
Example test_orb1: (orb true false) = true.
orb
,true
, andfalse
all must becoqKwdParen
although they aren't semantically the same.orb
is aDefinition
, andtrue
+false
are arguments to theDefinition
.Relevant: #87
The text was updated successfully, but these errors were encountered: