clipping clippings

This commit is contained in:
Folkert 2020-07-31 00:05:47 +02:00
parent f15a50d3fa
commit 01f9539d8e
2 changed files with 4 additions and 12 deletions

View file

@ -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 )