package merlin-lib

  1. Overview
  2. Docs
Merlin's libraries

Install

dune-project
 Dependency

Authors

Maintainers

Sources

merlin-5.7-505.preview.tbz
sha256=a3047606d06580e251ee8acbeb67f80f1d059238f879e187e10de40b4ec61be7
sha512=871f4e8f1111d086985172a9157812d5e22fd746edeffa8bdb5363f5c8cef2308da36a57d989ae77becec32eaa6ea4e8ef67f9b0247cbd409537701644db563f

doc/merlin-lib.ocaml_preprocess/Ocaml_preprocess/MenhirLib/General/index.html

Module MenhirLib.GeneralSource

Sourceval take : int -> 'a list -> 'a list
Sourceval drop : int -> 'a list -> 'a list
Sourceval uniq : ('a -> 'a -> int) -> 'a list -> 'a list
Sourceval weed : ('a -> 'a -> int) -> 'a list -> 'a list
Sourcetype 'a stream = 'a head Lazy.t
Sourceand 'a head =
  1. | Nil
  2. | Cons of 'a * 'a stream
Sourceval length : 'a stream -> int
Sourceval foldr : ('a -> 'b -> 'b) -> 'a stream -> 'b -> 'b