yam
yam
Please add any license to this repository. My company would like to use this tool and contribute fixes based on the website demo, but we cannot touch anything or even...
I have found it useful when building views to be able to conditionally include an Attribute or child element. It seem natural to use Maybe to represent this conditional nature....
The current definition believes that minus character can be part of variable names, while the elm-repl for 0.18.0 does not aggree https://github.com/Bogdanp/elm-ast/blob/8.0.7/src/Ast/Helpers.elm#L89 ```elm name : Parser s Char -> Parser...
@jwilm Would it be possible to create a tag pointing to the master (4b8d3c746ccecf4b530851f30d262fe8ad9d75b) for version 0.3.1. I am looking to submit a PR to update **Valloric**'s `ycmd`, which includes...
I wanted to use something like this library to work with SVGs. I factored out the String.Types module so that both Html and Svg modules could use the same serialization...