diff options
Diffstat (limited to 'kernel/context.ml')
| -rw-r--r-- | kernel/context.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/context.ml b/kernel/context.ml index 2ef750ad69..7e394da2ed 100644 --- a/kernel/context.ml +++ b/kernel/context.ml @@ -74,7 +74,7 @@ struct let get_value = function | LocalAssum _ -> None | LocalDef (_,v,_) -> Some v - + (** Return the type of the name bound by a given declaration. *) let get_type = function | LocalAssum (_,ty) |
