Skip to content

Illformed infix definitions in backends #13

@kmemarian

Description

@kmemarian

The definition of infix functions is missing parens in the backends (at least in OCaml):

let (>>=) m f = ...

gets turned into:

let >>= m f:'a= ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions