Skip to content

Commit

Permalink
fix dune file and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Jun 13, 2024
1 parent 43f6f99 commit 1354b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/cmd/cmd_utils.mli
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
val write_testcase :
dir:Fpath.t -> err:bool -> Smtml.Value.t list -> unit Result.t

val add_main_as_start : Binary.modul -> (Binary.modul, [> `Msg of string ]) result
val add_main_as_start :
Binary.modul -> (Binary.modul, [> `Msg of string ]) result
1 change: 0 additions & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
stack
string_map
syntax
testcase
text
text_lexer
text_parser
Expand Down

0 comments on commit 1354b29

Please sign in to comment.