feat: typechecking is working

This commit is contained in:
rvcas
2022-10-21 23:31:48 -04:00
committed by Lucas
parent cabc653167
commit 5244e58c9f
15 changed files with 2824 additions and 179 deletions

View File

@@ -1,10 +1,3 @@
use aiken/builtins.{appendByteString}
pub type Bool {
True
False
}
pub fn append(a: ByteArray, b: ByteArray) -> ByteArray {
appendByteString(a, b)
todo
}