diff options
| author | Emilio Jesus Gallego Arias | 2019-11-21 15:38:39 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-11-21 15:38:39 +0100 |
| commit | d016f69818b30b75d186fb14f440b93b0518fc66 (patch) | |
| tree | 32cd948273f79a2c01ad27b4ed0244ea60d7e2f9 /kernel/names.mli | |
| parent | b680b06b31c27751a7d551d95839aea38f7fbea1 (diff) | |
[coq] Untabify the whole ML codebase.
We also remove trailing whitespace.
Script used:
```bash
for i in `find . -name '*.ml' -or -name '*.mli' -or -name '*.mlg'`; do expand -i "$i" | sponge "$i"; sed -e's/[[:space:]]*$//' -i.bak "$i"; done
```
Diffstat (limited to 'kernel/names.mli')
| -rw-r--r-- | kernel/names.mli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/names.mli b/kernel/names.mli index 0c92a2f2bc..d43038d2f0 100644 --- a/kernel/names.mli +++ b/kernel/names.mli @@ -81,7 +81,7 @@ end module Name : sig type t = Anonymous (** anonymous identifier *) - | Name of Id.t (** non-anonymous identifier *) + | Name of Id.t (** non-anonymous identifier *) val mk_name : Id.t -> t (** constructor *) @@ -534,8 +534,8 @@ type 'a tableKey = | RelKey of Int.t type inv_rel_key = int (** index in the [rel_context] part of environment - starting by the end, {e inverse} - of de Bruijn indice *) + starting by the end, {e inverse} + of de Bruijn indice *) val eq_table_key : ('a -> 'a -> bool) -> 'a tableKey -> 'a tableKey -> bool val eq_constant_key : Constant.t -> Constant.t -> bool |
