Skip to content

Commit

Permalink
Fix punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
pdarragh committed Jul 2, 2020
1 parent 674de15 commit f07fc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appendix/pwz_driver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let init_zipper (e : exp) : zipper =
let unwrap_top_zipper ((e', m) : zipper) : exp =
match m.parents with
| [SeqC ({ parents = [TopC] }, s_bottom, [e; _], [])] -> e
| _ -> failwith "Invalid top zipper"
| _ -> failwith "Invalid top zipper."

let parse (ts : tok list) (e : exp) : exp list =
let rec parse' (p : pos) (ts : tok list) (z : zipper) : zipper list =
Expand Down

0 comments on commit f07fc23

Please sign in to comment.