Anthony Hart

Results 8 issues of 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...

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...

**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...

bug