daig

Results 3 issues of daig

`default.nix` already has special treatment for nix. The way it is now, the `default.nix` for nix and the `default.nix` for `work-on` are incompatible. The name doesn't really matter, but I...

bug
wontfix
Low Severity

It would be nice to be able to avoid writing the same imports everywhere - this becomes relevant as backpack encourages many internal libraries with similar cabal properties. The most...

type: enhancement
Cabal: common stanza

Hi, great library! Sometimes I'd like to nest Elmx syntax, for example when mapping over children: ``` html {notes |> List.map (\ note -> {view note})} ``` but this doesn't...