blob: 2d64ae303c53492c488cd6c2aecb0231e48c5de9 (
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 num coq.stm))
; Coqlevel provides the `Num` library to plugins, we could also use
; -linkall in the plugins file, to be discussed.
(coq.pp (modules g_toplevel))
|