blob: 0256d1ec96ff3f572402b73304f60c641f63578e (
plain)
1
2
3
4
5
6
7
8
9
10
|
(library
(name toplevel)
(public_name coq.toplevel)
(synopsis "Coq's Interactive Shell [terminal-based]")
(wrapped false)
(libraries coq.stm))
; Interp does provides the `zarith` library to plugins, we could also
; use -linkall in the plugins file, to be discussed.
(coq.pp (modules g_toplevel))
|