mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
WIP
This commit is contained in:
parent
6e3a2cd94d
commit
3c2ee9e447
4 changed files with 600 additions and 4 deletions
|
@ -157,8 +157,8 @@ struct VarInfo {
|
|||
}
|
||||
|
||||
type VarMap = MutMap<Symbol, VarInfo>;
|
||||
type LiveVarSet = MutSet<Symbol>;
|
||||
type JPLiveVarMap = MutMap<JoinPointId, LiveVarSet>;
|
||||
pub type LiveVarSet = MutSet<Symbol>;
|
||||
pub type JPLiveVarMap = MutMap<JoinPointId, LiveVarSet>;
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
struct Context<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue