Skip to content

Commit

Permalink
fix compilation for coq 8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoDralliam committed Jan 26, 2024
1 parent d00c56b commit 4ee3983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/smpl.mlg
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ let unfreeze t = smpl_dbs := t
let _ = Summary.declare_summary "smpl"
{ Summary.freeze_function = freeze;
Summary.unfreeze_function = unfreeze;
Summary.init_function = init;
Summary.stage = Summary.Stage.Interp }
Summary.init_function = init ;
Summary.stage = Summary.Stage.Synterp }

(*** Database actions ***)

Expand Down

0 comments on commit 4ee3983

Please sign in to comment.