package merlin-lib

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

Source file lambda.ml

1
2
3
4
5
6
7
8
9
(* The lambda representation is of no interest for Merlin, but some types are
   used by [value_rec_check]. *)

type immediate_or_pointer =
  | Immediate
  | Pointer

type array_kind =
  Pgenarray | Paddrarray | Pintarray | Pfloatarray
OCaml

Innovation. Community. Security.