forked from cubicle-model-checker/cubicle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmuparser_globals.mli
27 lines (22 loc) · 1.35 KB
/
muparser_globals.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
(**************************************************************************)
(* *)
(* Cubicle *)
(* *)
(* Copyright (C) 2011-2015 *)
(* *)
(* Sylvain Conchon and Alain Mebsout *)
(* Universite Paris-Sud 11 *)
(* *)
(* *)
(* This file is distributed under the terms of the Apache Software *)
(* License version 2.0 *)
(* *)
(**************************************************************************)
(* Don't edit this file, but muparser_prefix.mli instead! *)
(** State being currently constructed *)
val st : Enumerative.state ref
val env : Enumerative.env ref
(** Called by {!Mulexer} *)
val new_state : unit -> unit
(** Filled by {!Murphi.mk_encoding_table} *)
val encoding : (string, int) Hashtbl.t