diff options
Diffstat (limited to 'lib/stateid.ml')
| -rw-r--r-- | lib/stateid.ml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/stateid.ml b/lib/stateid.ml index 09cc2b7e8f..59cf206e2e 100644 --- a/lib/stateid.ml +++ b/lib/stateid.ml @@ -39,3 +39,12 @@ let compare = Int.compare module Set = Set.Make(struct type t = int let compare = compare end) +type ('a,'b) request = { + exn_info : t * t; + stop : t; + document : 'b; + loc : Loc.t; + uuid : 'a; + name : string +} + |
