day 7
This commit is contained in:
parent
36361b9a7a
commit
8adcb80c96
13 changed files with 940 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
(lang dune 2.7)
|
||||
(using menhir 2.0)
|
||||
(generate_opam_files true)
|
||||
(allow_approximate_merlin)
|
||||
|
||||
|
@ -8,4 +9,5 @@
|
|||
(re (>= 1.9.0))
|
||||
(ppx_deriving (>= 5.2))
|
||||
(ppx_inline_test (>= v0.14.1))
|
||||
(ppx_expect (>= v0.14.1))))
|
||||
(ppx_expect (>= v0.14.1))
|
||||
(menhir (>= 20201122))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue