diff options
| author | Vincent Laporte | 2019-03-29 09:27:42 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2019-03-30 12:33:46 +0000 |
| commit | 456b282bef4ccdd5e67fdac4e938d02fce0f6901 (patch) | |
| tree | fc3c0be31eda41b5f4ba591ac003403c224c98f1 /pretyping/recordops.mli | |
| parent | 9b301be7c34f379073f2a35dfafc9fe9d610de10 (diff) | |
[Canonical structures] Minor refactoring
Diffstat (limited to 'pretyping/recordops.mli')
| -rw-r--r-- | pretyping/recordops.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/recordops.mli b/pretyping/recordops.mli index 3e43372b65..53eb3fddf5 100644 --- a/pretyping/recordops.mli +++ b/pretyping/recordops.mli @@ -24,7 +24,7 @@ type struc_typ = { s_PROJ : Constant.t option list } type struc_tuple = - inductive * constructor * (Name.t * bool) list * Constant.t option list + constructor * (Name.t * bool) list * Constant.t option list val declare_structure : struc_tuple -> unit |
