clean up vec stuff
This commit is contained in:
parent
1ee3a5a3c5
commit
bf5d3c1656
|
|
@ -1,9 +1,5 @@
|
|||
open Containers
|
||||
|
||||
(* module Vec2 : sig *)
|
||||
(* end = struct *)
|
||||
(* end *)
|
||||
|
||||
let parse_grid () =
|
||||
let lines = Utils.lines_of_input 8 in
|
||||
lines
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
type t [@@deriving show] [@@ocaml.toplevel_printer]
|
||||
type t [@@deriving show]
|
||||
|
||||
val up : t
|
||||
val down : t
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user