Module Ast.Type
type t
=
|
Signal of
{
bits : Hardcaml__.Import.int;
rtlname : Hardcaml__.Import.string;
}
|
Module of
{
name : Hardcaml__.Import.string;
ast : Ast.t;
}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Ast.Type
type t
=
| Signal of {
} | ||
| Module of {
} |
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t