blob: b00242be1a1e15f64d36707d61a8c69ad2bfe1bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(library
(name number_string_notation_plugin)
(public_name coq-core.plugins.number_string_notation)
(synopsis "Coq number and string notation plugin")
(modules g_number_string string_notation number)
(libraries coq-core.vernac))
(library
(name float_syntax_plugin)
(public_name coq-core.plugins.float_syntax)
(synopsis "Coq syntax plugin: float")
(modules float_syntax)
(libraries coq-core.vernac))
(coq.pp (modules g_number_string))
|