piq9117

Results 8 issues of piq9117

Delete button for supposedly to delete posts. I haven't been able to add functionality to it. :'(

I've replaced the previous nix files with flake.nix and updated the docs on how to build with nix in my [fork](https://github.com/piq9117/tie/tree/piq9117/flake.nix), including how to run the example with nix. Would...

This is just an exercise to show monadic parser combinators. If you have to do this, use [megaparsec](https://hackage.haskell.org/package/megaparsec) or [attoparsec](https://hackage.haskell.org/package/attoparsec) DO NOT MERGE THIS I'm not planning on continuing this...

Hello, I'm totally a stranger from the internet. Can I add a nix flake so weirdos in the internet can contribute to this project?

This will provide ease of use for enterprise users and make it easy for them to comply with security certifications like soc2, fedramp, etc.

I did this change on the json example ```diff diff --git a/examples/json/src/Json.hs b/examples/json/src/Json.hs index db30868..0f55b64 100644 --- a/examples/json/src/Json.hs +++ b/examples/json/src/Json.hs @@ -18,7 +18,7 @@ data Country = Country instance ToJSON...