$ cat > foo.mli << EOF
> type t = ..
> EOF
$ gospel check foo.mli
gospel: internal error, uncaught exception:
File "src/typing.ml", line 710, characters 22-28: Assertion failed
It is easy enough to handle the failling case (I already have a draft fix). There is the question though of whether we support specifications for this kind of types?
It is easy enough to handle the failling case (I already have a draft fix). There is the question though of whether we support specifications for this kind of types?