package ocaml-base-compiler

  1. Overview
  2. Docs
type t = foreign_node

A node corresponding to an invocation of a function written in C (or any other language that is not OCaml).

val compare : t -> t -> int
val fields : t -> Field.t option