mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
hardcode Bool
This commit is contained in:
parent
fef590b9f7
commit
7fea957979
8 changed files with 34 additions and 26 deletions
|
@ -33,6 +33,8 @@ pub struct Output {
|
|||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub enum Expr {
|
||||
// Literals
|
||||
|
||||
// Int and Float store a variable to generate better error messages
|
||||
Int(Variable, i64),
|
||||
Float(Variable, f64),
|
||||
Str(Box<str>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue