Source file ser_coqargs.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
open Sexplib.Std
module Names = Ser_names
module Lib = Ser_lib
type top =
[%import: Coqargs.top]
[@@deriving sexp,yojson]
type require_injection =
[%import: Coqargs.require_injection]
[@@deriving sexp]