CamlinternalMenhirLib.General

Section: OCaml library (3o)
Updated: 2020-01-30
Index Return to Main Contents
 

NAME

CamlinternalMenhirLib.General - no description  

Module

Module CamlinternalMenhirLib.General  

Documentation

Module General
 :  sig end

val take : int -> 'a list -> 'a list

val drop : int -> 'a list -> 'a list

val uniq : ('a -> 'a -> int) -> 'a list -> 'a list

val weed : ('a -> 'a -> int) -> 'a list -> 'a list

type 'a stream = 'a head Lazy.t

type 'a head =
 | Nil
 | Cons of 'a * 'a stream
 

val length : 'a stream -> int

val foldr : ('a -> 'b -> 'b) -> 'a stream -> 'b -> 'b


 

Index

NAME
Module
Documentation

This document was created by man2html, using the manual pages.
Time: 00:05:37 GMT, March 31, 2021