This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
7
unikernel/duniverse/dune_/bin/coq/coq.ml
Normal file
7
unikernel/duniverse/dune_/bin/coq/coq.ml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
open Import
|
||||
|
||||
let doc = "Command group related to Coq."
|
||||
let sub_commands_synopsis = Common.command_synopsis [ "coq top FILE -- ARGS" ]
|
||||
let man = [ `Blocks sub_commands_synopsis ]
|
||||
let info = Cmd.info ~doc ~man "coq"
|
||||
let group = Cmd.group info [ Coqtop.command ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue