Commit graph

4 commits

Author SHA1 Message Date
Lily Brown
f597d81965 Merge branch 'main' into prototyping-strings 2022-02-24 13:48:26 -08:00
Lily Brown
0bd21762ae
Prototype bools and relational operators (#387)
Prototypes booleans and relational operators.

As part of this I removed `FFI/Data/Bool.agda`, because it was getting in the way - we already use `Agda.Builtin.Bool` instead for other cases.
2022-02-24 11:17:46 -08:00
Lily Brown
79da27f9dd strings 2022-02-23 15:44:31 -08:00
Lily Brown
cd18adc20e
Prototyping: binary operations (#377)
Adds support for binary operations on numbers.
2022-02-22 15:52:56 -08:00