Closed d-xo closed 1 month ago
Tweaks the compiler and std.sol so that executing cabal run sol-core -- -f std/std.sol no longer produces any errors.
cabal run sol-core -- -f std/std.sol
Includes the following changes:
_
std.sol
sol-core
I merged main and resolved conflicts but now I get type errors :(
Cannot match types: a with n - in:function fst (p : Pair(a, b)) -> a { match (p) { | Pair(a, _) => return a } }
Tweaks the compiler and std.sol so that executing
cabal run sol-core -- -f std/std.sol
no longer produces any errors.Includes the following changes:
_
in namesstd.sol
to satisfy the currentsol-core
pipeline