package goblint

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GobFun.SyntaxSource

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

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