Îõ³h$"Ñ     Noneè·ucl An UCL objectuclParse a  into a à, resolving includes, macros, variables... Note that unicode does not get converted when using  fromString . Prefer   when working on s or literals.:parseByteString $ fromString "{a: [1,2], b: 3min, a: [4]}"Right (UCLMap (fromList: [ (UCLText "a", UCLArray [UCLInt 1, UCLInt 2, UCLInt 4]): , (UCLText "b", UCLTime 180s ) ]))This function is not’ safe to call on untrusted input: configurations can read files, make http requests, do "billion laughs" attacks, and possibly crash the parser. uclParse a  into a *, resolving includes, macros, variables...)parseString "{a: [1,2], …æ: 3min, a: [4]}"Right (UCLMap (fromListÀ [ (UCLText "a" , UCLArray [UCLInt 1, UCLInt 2, UCLInt 4])À , (UCLText "\127749", UCLTime 180s ) ]))This function is not’ safe to call on untrusted input: configurations can read files, make http requests, do "billion laughs" attacks, and possibly crash the parser. ucl$Parse the contents of a file into a +, resolving includes, macros, variables...This function is not’ safe to call on untrusted input: configurations can read files, make http requests, do "billion laughs" attacks, and possibly crash the parser.         ucl-0.1.0.0-inplaceData.UCLUCLUCLMapUCLArrayUCLInt UCLDoubleUCLTextUCLBoolUCLTimeparseByteString parseString parseFile $fShowUCL$fEqUCL$fOrdUCLbytestring-0.10.12.0Data.ByteString.Internal ByteStringbaseGHC.BaseString