mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
clipping clippings
This commit is contained in:
parent
f15a50d3fa
commit
01f9539d8e
2 changed files with 4 additions and 12 deletions
|
@ -1,15 +1,10 @@
|
|||
use crate::expr::Env;
|
||||
use crate::expr::Expr;
|
||||
|
||||
use crate::layout::{Builtin, Layout};
|
||||
use bumpalo::collections::Vec;
|
||||
use bumpalo::Bump;
|
||||
use roc_collections::all::{MutMap, MutSet};
|
||||
use roc_module::ident::{Ident, Lowercase, TagName};
|
||||
use roc_module::symbol::{IdentIds, ModuleId, Symbol};
|
||||
use roc_region::all::{Located, Region};
|
||||
use roc_collections::all::MutSet;
|
||||
use roc_module::symbol::Symbol;
|
||||
|
||||
use Expr::*;
|
||||
/*
|
||||
R : FnBodypure → FnBodyRC
|
||||
R(let x = e; F ) = let x = e; R(F )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue