Guest User

Untitled

a guest
Feb 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. type v_env = Env.enventry Map
  2. type t_env = Types.ty Map
  3.  
  4. trans_dec: v_env * t_env * Absyn.dec list -> {v_env: v_env; t_env: t_env}
  5. trans_var: v_env * t_env * Absyn.var -> {type: Types.ty; exp: LLVM.llvalue}
  6. trans_exp: v_env * t_env * Absyn.exp -> {type: Types.ty; exp: LLVM.llvalue}
Add Comment
Please, Sign In to add comment