aboutsummaryrefslogtreecommitdiff
path: root/theories/Strings/OctalString.v
AgeCommit message (Collapse)Author
2018-12-12Avoid Fixpoint without struct nor body in stdlibMaxime Dénès
As reported in #9060, the STM does not handle such constructions properly. They are anyway fragile, for example Guarded reports a failure if run at the end of the scripts, so this patch is an improvement.
2018-07-16bin,oct,hex conversions positive,Z,N,nat<->stringJason Gross