Try a different way of writing val1

This commit is contained in:
Richard Feldman 2023-09-17 00:45:14 -04:00
parent ab2ec925a3
commit ca33e4f64c
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
2 changed files with 15 additions and 25 deletions

View file

@ -16,6 +16,7 @@ use roc_target::TargetInfo;
/// The prefix we use for the automatic variable names we assign to each expr,
/// e.g. if the prefix is "val" then the first expr you enter will be named "val1"
pub const AUTO_VAR_PREFIX: &str = "val";
#[derive(Debug, Clone, PartialEq)]
struct PastDef {
ident: String,