package ppx_bench

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

Source file export.ml

1
2
3
4
5
(* This modules re-export the stdlib functions we need in the generated code, as
   [Pervasives] might be shadowed by [Base] for instance. *)

(* It has to be defined as an external so that we get warning 5 properly. *)
external ignore : _ -> unit = "%ignore"
OCaml

Innovation. Community. Security.