diff options
| author | Matej Kosik | 2016-08-24 15:31:28 +0200 |
|---|---|---|
| committer | Matej Kosik | 2016-08-24 17:34:34 +0200 |
| commit | 663922262bc9bcc8876f7e12910f6294fc964753 (patch) | |
| tree | 9dab5db7e8741f0b2914fa390e8d0105a4bd06b2 /kernel/names.mli | |
| parent | 0591a05a40793e51604a3e9a68b4352099bd5333 (diff) | |
Changing the definition of the "Lib.variable.info" type to enable us to do more cleanups
Diffstat (limited to 'kernel/names.mli')
| -rw-r--r-- | kernel/names.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/names.mli b/kernel/names.mli index feaedc775c..0af1cde8fb 100644 --- a/kernel/names.mli +++ b/kernel/names.mli @@ -82,6 +82,9 @@ sig type t = Anonymous (** anonymous identifier *) | Name of Id.t (** non-anonymous identifier *) + val mk_name : Id.t -> t + (** constructor *) + val is_anonymous : t -> bool (** Return [true] iff a given name is [Anonymous]. *) |
