-
Hi, I read your [0] and I want to point you some similar projects: Formality, chemlambda and kali.
[0] https://www.reddit.com/r/haskell/comments/dih8xu/optimal_reduction_without_oracle_prototype/
…
-
Seems like it parses `?a` as part of the type, investigate
```c
T Decision
| Decision.yep(proof: A);
| Decision.nop(proof: Not(A));
Decision.get(dec: Decision(A)): case dec: | A; | Not(A);
…
-
# Hero Description
*Teresa was the most powerful Claymore of all time, and was known as the famous “Teresa of the apparent smile” for always killing your enemies with a smile on your face. Her power …
-
# Hero Description
Tophoro is inspired by the characters Totoro(Studio Ghibli) and Toph(Avatar). His personality reminds Thoph's: he is cute but extremely strong and determined to fight; and his bo…
-
The [instructions](https://github.com/VictorTaelin/Formality#usage) for installing the Formality Language no longer work. The [moonad/formality](https://github.com/moonad/formality) repository now poi…
-
In this stack overflow issue: https://stackoverflow.com/questions/60222934/avoid-parsing-last-separator-with-sepby
Suppose we have
```
foo :: Parser a -> Parser b -> Parser c -> Parser (Maybe c…
-
I do not see `TypData` has any "sort level" compared to Agda or Idris.
-
Looks like this should use `&0xFF` instead.
https://github.com/moonad/Formality/blob/31c34096c4598524d340c0ca103596362b99dd32/javascript/FormalityToJS.js#L156
-
**Language**
Formality is a language for theorem proving.
**Additional resources**
https://github.com/moonad/formality
https://github.com/moonad/Formality/blob/master/DOCUMENTATION.md
-
When accessing moonad.org for the first time, posts will appear listed but the number of replies is zero for every post.
After clicking on the post and comming back to the "home", the correct …