diff options
Diffstat (limited to 'pretyping/rawterm.ml')
| -rw-r--r-- | pretyping/rawterm.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pretyping/rawterm.ml b/pretyping/rawterm.ml index 1237a9560a..f69d22dfc8 100644 --- a/pretyping/rawterm.ml +++ b/pretyping/rawterm.ml @@ -37,6 +37,7 @@ type hole_kind = | AbstractionType of name | QuestionMark | CasesType + | InternalHole type 'ctxt reference = | RConst of constant * 'ctxt |
