diff options
author | Son HO | 2024-05-24 14:16:37 +0200 |
---|---|---|
committer | GitHub | 2024-05-24 14:16:37 +0200 |
commit | c6c9e351546a723e62cc21579b2359dba3bfb56f (patch) | |
tree | 74ed652b8862d1dde24ccd65b6c29503ea3db35c /compiler/InterpreterLoops.mli | |
parent | e669de58b71fd68642cfacf1a2e3cbd1c5b2f4fe (diff) | |
parent | 69ff150ede10b7d24f9777298e8ca3de163c33e1 (diff) |
Merge pull request #175 from AeneasVerif/afromher/meta
Rename meta into span
Diffstat (limited to '')
-rw-r--r-- | compiler/InterpreterLoops.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterLoops.mli b/compiler/InterpreterLoops.mli index 630e1e12..567250af 100644 --- a/compiler/InterpreterLoops.mli +++ b/compiler/InterpreterLoops.mli @@ -65,4 +65,4 @@ open Meta The `stl_cm_fun` required as input must be the function to evaluate the loop body (i.e., `eval_statement` applied to the loop body). *) -val eval_loop : config -> meta -> stl_cm_fun -> stl_cm_fun +val eval_loop : config -> span -> stl_cm_fun -> stl_cm_fun |