diff options
author | Camil Staps | 2023-06-20 22:13:40 +0200 |
---|---|---|
committer | Camil Staps | 2023-06-20 22:13:40 +0200 |
commit | 3a068f37f49b56efcb3bb2d99973bf3c4b4c9905 (patch) | |
tree | 50a841d28ab6582adbb82462a091bca7b872d273 /snug-clean/src/Snug/Compile.icl | |
parent | Add automated tests (diff) |
Add tests for function application
Diffstat (limited to 'snug-clean/src/Snug/Compile.icl')
-rw-r--r-- | snug-clean/src/Snug/Compile.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snug-clean/src/Snug/Compile.icl b/snug-clean/src/Snug/Compile.icl index dcbc5ad..1bb7ff7 100644 --- a/snug-clean/src/Snug/Compile.icl +++ b/snug-clean/src/Snug/Compile.icl @@ -204,6 +204,7 @@ where simulator _ _ _ _ = // TODO pushBasicValue (BVInt 0) >>| buildCons (constructorLabel "" "INT") 1 +// = BasicValue !BasicValue // | Symbol !SymbolIdent // | Constructor !ConstructorIdent // | Case !Expression ![CaseAlternative] |