mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Try a different way of writing val1
This commit is contained in:
parent
ab2ec925a3
commit
ca33e4f64c
2 changed files with 15 additions and 25 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue