deriv/parser
Functions
pub fn parse_import_with_derivations(
import_: Import,
src: String,
) -> Result(#(Import, List(Derivation)), Nil)
pub fn parse_type_with_derivations(
type_: CustomType,
src: String,
) -> Result(
#(
CustomType,
List(Derivation),
Dict(DerivField, List(DerivFieldOpt)),
),
Nil,
)
pub fn suppress_option_warnings() -> List(Option(Nil))