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
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
use sample/syntax.{append, Bool}
|
||||
use sample/syntax.{append}
|
||||
|
||||
pub type Datum {
|
||||
something: String,
|
||||
|
||||
Reference in New Issue
Block a user