/[svn]/runtime/eval.mli
ViewVC logotype

Contents of /runtime/eval.mli

Parent Directory Parent Directory | Revision Log Revision Log


Revision 225 - (show annotations)
Tue Jul 10 17:16:34 2007 UTC (5 years, 10 months ago) by abate
File size: 238 byte(s)
[r2003-03-08 15:10:01 by cvscast] Empty log message

Original author: cvscast
Date: 2003-03-08 15:10:03+00:00
1 open Value
2 open Ident
3
4 module Env : Map.S with type key = id
5 type env = t Env.t
6
7 val global_env : env ref
8
9 val enter_global : id -> t -> unit
10
11 val eval: env -> Typed.texpr -> t
12 val eval_let_decl: env -> Typed.let_decl -> (id * t) list
13
14
15

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5