Anthony Hart
Anthony Hart
I was playing around with lambda encoded bitstrings and came across this weird behavior. Take the following functions; ``` Empty = λe λo λi e (Zero s) = λe λo...
For example, the following will stall when `lpn` is reached. ``` defn list : prop → prop >| nil = list P >| cons = P → list P →...
For whatever reason, the Caledon program will stall, eating up an arbitrarily large amount of memory when encountering certain code which should instead produce syntax errors. Here are some examples...
This repo consists of two main features. Firstly, it adds additional export formats, specifically for Z3, Mathematica, Prolog, and a generic format. As an example, one can run ``` cargo...
Suggestion made by bazzilic in #98.
Suggestion made by XuyangSong in #98.
Implements shards as a new backend. Core functionality is implemented in the transaction directory within anoma_node. The main files to look at are. - shards.ex, which contains the core implementation...
Spurious type checking error generated when using a lambda involving types without a type signature
**Describe the bug** When implementing a simple type class going through a type alias, functions which should type check don't, and the error it gives doesn't make much sense. **Desktop...