fromChrClaim : Visibility -> Name -> ParamTypeInfo -> DeclchrImplClaim : Visibility -> Name -> ParamTypeInfo -> DeclTop-level declaration implementing the `FromChar` interface for
the given data type.
fromChrDef : Name -> Con n vs -> DeclFromCharVis : Visibility -> List Name -> ParamTypeInfo -> Res (List TopLevel)Generate declarations and implementations for `FromChar` for a
single-constructor data type.
All fields of the data type will be filled with the result of a call to
`fromChar s`, where `s` is the string to be used. This makes mostly
sense for newtypes, but is supported for any single-constructor data type
to be consistent with restrictions on `Num` and `FromDouble`.
FromChar : List Name -> ParamTypeInfo -> Res (List TopLevel)Alias for `FromCharVis Public`