yamlreference icon indicating copy to clipboard operation
yamlreference copied to clipboard

Haskell YAML reference parser package

Results 4 yamlreference issues
Sort by recently updated
recently updated
newest added

This and at least one other comment line contains `UTF18`, instead of `UTF16`. https://github.com/orenbenkiki/yamlreference/blob/bf471f804ccd014fcdded3a8c74c338df8f33c85/Text/Yaml/Reference.hs#L226

YamlReference> Building library for YamlReference-0.10.0.. YamlReference> [1 of 1] Compiling Text.Yaml.Reference YamlReference> YamlReference> /tmp/stack-1699d85c47253409/YamlReference-0.10.0/Text/Yaml/Reference.hs:713:3: error: YamlReference> ‘fail’ is not a (visible) method of class ‘Monad’ YamlReference> | YamlReference> 713 |...

I believe that since I have encountered the Empty token in my own testing (I think?) that it should be included here. thanks!

I'm not 100% sure that this is an error but it at least looks to be. There's apparently some special behavior (for debugging) set aside with this particular token so...