Add Pure/Effectful content to checkmate

This commit is contained in:
Agus Zubiaga 2024-10-17 22:30:40 -03:00
parent 025600c6a7
commit 28f35edb2c
No known key found for this signature in database
3 changed files with 39 additions and 4 deletions

View file

@ -73,6 +73,7 @@ impl_content! {
arguments: Vec<Variable>,
lambda_type: Variable,
ret: Variable,
fx: Variable,
},
Record {
fields: HashMap<String, RecordField>,
@ -101,6 +102,8 @@ impl_content! {
RangedNumber {
range: NumericRange,
},
Pure {},
Effectful {},
Error {},
}