Module GobFun.SyntaxSource

Sourceval (let@) : ('a -> 'b) -> 'a -> 'b

let@ x = f in e is f @@ fun x -> e.