feat: typechecking is working
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user