Mario
Mario
The string interpolation on the second line doesn't work, because it's inside an array: > foo="Foo" > bar= ["$(foo)"] I see no reason for this behaviour. The documentation doesn't state...
### Describe the feature you'd like Here's an example I'd like to work: ``` data TokenType = SaleToken | PaymentToken | ... deriving (Eq, Show) newtype TokenAC (t :: TokenType)...
This is somewhat related to issues #505, #930, and #1480. The project I'm working on has a Haskell executable that can be given one of many available Dhall configuration files...
This is a sibling PR to GHC's [!11853](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11853) * GHC issue [#24305](https://gitlab.haskell.org/ghc/ghc/-/issues/24305) * implementing GHC proposal [409](https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0409-exportable-named-default.rst#effect-and-interactions) --- * [x] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#other-conventions). * [x] Any changes...
Take this schema and call it `integer.rng`: ```XML 4 ``` The instance `4` validates perfectly, while equally valid `4` doesn't.
hxt-relaxng doesn't parse the following schema correctly: ``` xml foo bar ``` If I run the HRelaxNG executable with this schema and a valid instance '' I get this error:...
and that is wrong. Take the following XML document that happens to be a valid DITA topic: ``` Test topic ``` If we load it into HXT and apply `cleanupNamespaces`...
Rendered proposal at https://github.com/blamario/rfcs/blob/ExciseMonadPlus/0000-excise-MonadPlus.rst
As promised at the ICFP meeting. Here's the rendered proposal: https://github.com/blamario/rfcs/blob/exportable-named-defaults/0000-exportable-named-defaults.rst