úÎ#„œ     Noneg@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 (fromList2 [ ("a", UCLArray [UCLInt 1, UCLInt 2, UCLInt 4])2 , ("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 (fromList8 [ ("a" , UCLArray [UCLInt 1, UCLInt 2, UCLInt 4])8 , ("\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.2.0.0-inplaceData.UCLUCLUCLMapUCLArrayUCLInt UCLDoubleUCLTextUCLBoolUCLTimeparseByteString parseString parseFile $fShowUCL$fEqUCL$fOrdUCLbytestring-0.10.10.1Data.ByteString.Internal ByteStringbaseGHC.BaseString