clean up vec stuff

This commit is contained in:
ryan 2023-10-07 12:58:50 -07:00
parent 1ee3a5a3c5
commit bf5d3c1656
2 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
open Containers
(* module Vec2 : sig *)
(* end = struct *)
(* end *)
let parse_grid () =
let lines = Utils.lines_of_input 8 in
lines

View File

@ -1,4 +1,4 @@
type t [@@deriving show] [@@ocaml.toplevel_printer]
type t [@@deriving show]
val up : t
val down : t