package goblint

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

Source file gobFun.ml

1
2
3
4
5
module Syntax =
struct
  let (let@) f x = f x
  (** [let@ x = f in e] is [f @@ fun x -> e]. *)
end