Skip to content

Commit

Permalink
Merge pull request #223 from rlepigre/br/prim-string
Browse files Browse the repository at this point in the history
Adapt to coq/coq#18973.
  • Loading branch information
mrhaandi authored Jun 14, 2024
2 parents 46d8878 + 789a0ab commit 40d38b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theories/L/Tactics/Extract.v
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ Fixpoint extract (env : nat -> nat) (s : Ast.term) (fuel : nat) : TemplateMonad
| tCoFix _ _ => tmFail "tCoFix is not supported"
| tInt _ => tmFail "tInt is not supported"
| tFloat _ => tmFail "tFloat is not supported"
| tString _ => tmFail "tString is not supported"
| tArray _ _ _ _ => tmFail "tArray is not supported"
end end.

Expand Down

0 comments on commit 40d38b1

Please sign in to comment.