import public Core.CompileExprexpandToArity : Nat -> CExp vars -> List (CExp vars) -> CExp varscompileExp : Ref Ctxt Defs => ClosedTerm -> Core ClosedCExpcompileDef : Ref Ctxt Defs => Name -> Core ()Given a name, look up an expression, and compile it to a CExp in the environment