mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Add Pure/Effectful content to checkmate
This commit is contained in:
parent
025600c6a7
commit
28f35edb2c
3 changed files with 39 additions and 4 deletions
|
@ -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 {},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue