nixfmt_rs 0.4.1

Rust implementation of nixfmt with exact Haskell compatibility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: src/ast_format_tests.rs
description: "42"
---
Term
    ( Token
        ( Ann
            { preTrivia = fromList []
            , sourceLine = Pos 1
            , value = Integer "42"
            , trailComment = Nothing
            }
        )
    )