dhall-lang/dhall-haskell

dhall-format removes comments

Open

#145 opened on Sep 29, 2017

 (41 comments) (48 reactions) (0 assignees)Dhall (222 forks)batch import
enhancementformattinghelp wantedparser

Repository metrics

Stars
 (968 stars)
PR merge metrics
 (Avg merge 3d 13h) (5 merged PRs in 30d)

Description

Example file:

--- This is dhall file
{ foo = "jax" }

The Output it gives:

{ foo = "jax" }

Contributor guide