diff options
Diffstat (limited to 'bytecomp/matching.ml')
-rw-r--r-- | bytecomp/matching.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bytecomp/matching.ml b/bytecomp/matching.ml index f0b223747..144d01688 100644 --- a/bytecomp/matching.ml +++ b/bytecomp/matching.ml @@ -274,9 +274,9 @@ let ctx_match ctx pss = pss) ctx -type jumps = (int * ctx ) list +type jumps = (int * ctx list) list -let pretty_jumps env = match env with +let pretty_jumps (env : jumps) = match env with | [] -> () | _ -> List.iter |