Skip to content

Commit

Permalink
Merge pull request #7 from kyoDralliam/coq-8.18
Browse files Browse the repository at this point in the history
Fix compilation of smpl for coq 8.18
  • Loading branch information
yforster authored Jan 25, 2024
2 parents 8f080c1 + e6a21f2 commit bd2d217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smpl.mlg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ let smpl_dbs = ref (StringMap.empty : smpl_db StringMap.t)
(*** Summary ***)

let init () = smpl_dbs := StringMap.empty
let freeze ~marshallable = !smpl_dbs
let freeze () = !smpl_dbs
let unfreeze t = smpl_dbs := t

let _ = Summary.declare_summary "smpl"
Expand Down

0 comments on commit bd2d217

Please sign in to comment.