Module Fortran_parsing.F_constantSource
Sourcetype t = | BozLiteralConstant of string| CharLiteralConstant of string| ComplexLiteralConstant of string * string| IntLiteralConstant of string| LogicalLiteralConstant of string| RealLiteralConstant of string| NamedConstant of Label_common.name| HollerithConstant of string| PpMacroConstant of Label_common.name| SignedIntLiteralConstant of string| SignedRealLiteralConstant of string
Sourceval mkcomp : (string * string) -> t Sourceval mkhollerith : string -> t Sourceval anonymize : ?more:bool -> t -> t