Revert "changes for new grammar, fixes"

This reverts commit f912cdac41.
This commit is contained in:
ProgramSnail 2023-06-08 16:42:35 +03:00
parent f912cdac41
commit 03dea59d33
10 changed files with 5 additions and 59 deletions

View file

@ -106,10 +106,10 @@ namespace var \div {
typeclass \eq =
& var ( == ) : \eq -> \bool
& var ( <> ) : \eq -> \bool
& var ( != ) : \eq -> \bool
namespace var \eq {
def ( <> ) : x = not: (self == x)
def ( != ) : x = not: (self == x)
}
//