Dojang.Version
toString :: Version -> String #
Convert a Version to it's readable String representation.
Version
String
Note: This is optimised for cases where you require String output, and as such is faster than the semantically equivalent unpack . toLazyText.
unpack . toLazyText
toText :: Version -> Text #
Convert a Version to a strict Text representation.
Text
Note: Equivalent to toStrict . toLazyText
toStrict . toLazyText
version :: Version Source #