|
|
|
|
|
by scotty79
689 days ago
|
|
Is that the reason for two different type annotation signifiers? That some day I might want to extend the language with something? It sounds a bit like if every C function (including hello world) had to have empty asm block because someone might need it some day. |
|
The operator `expr :: annot` will at runtime insert a check that the expression satisfies the annotation.