Skip to content

Unparseable retrie output #307

Open
Open
@georgefst

Description

@georgefst
f x = case x of
    _ -> 1

g =
    let h = f 2
     in h

Unfolding f results in:

g =
    let h = case 2 of
    _ -> 1
     in h

which is insufficiently indented.

The retrie CLI tool handles this properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: hls-retrie-plugintype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions