Skip to content

Commit

Permalink
Simplify Util.Parser.Syntax module
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Nov 27, 2023
1 parent 4ed08e6 commit e03d1e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions lib/util/parser.ml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
include Angstrom

module Syntax = struct
module Let_syntax = Angstrom.Let_syntax.Let_syntax

let ( let+ ) = ( let+ )
let ( and+ ) = ( and+ )
let ( let* ) = ( let* )
include Angstrom.Let_syntax

let ( >>| ), ( *> ), ( <* ), ( <|> ), ( <$> ) =
( >>| ), ( *> ), ( <* ), ( <|> ), ( <$> )
Expand Down
3 changes: 2 additions & 1 deletion lib/year2023/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
core
ppx_jane
re
util)
util
zarith)
(preprocess
(pps
ppx_jane))
Expand Down

0 comments on commit e03d1e9

Please sign in to comment.