Skip to content

Commit

Permalink
Remove unneeded module
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Nov 27, 2024
1 parent 80796b8 commit d302036
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bin/main.ml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
module Syntax = struct
include Command.Param

let ( let+ ) = Command.Let_syntax.( >>| )
let ( and+ ) = Command.Let_syntax.Let_syntax.both
end

module IntSet = Set.Make (Int)

let years = IntSet.of_list [ 2019; 2022; 2023 ]
Expand Down

0 comments on commit d302036

Please sign in to comment.