package opam-core

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

Module OpamCompat.StringSource

Sourceval exists : (char -> bool) -> string -> bool
Sourceval starts_with : prefix:string -> string -> bool
Sourceval ends_with : suffix:string -> string -> bool
Sourceval for_all : (char -> bool) -> string -> bool
Sourceval fold_left : ('a -> char -> 'a) -> 'a -> string -> 'a