Skip to content

Commit

Permalink
Remove unnecessary sexp
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Dec 13, 2023
1 parent 6e7d6f9 commit 9da6f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/year2023/day13.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type axis =
| V of int
| H of int
[@@deriving equal, sexp]
[@@deriving equal]

let parse input =
input
Expand Down

0 comments on commit 9da6f75

Please sign in to comment.