package kappa-library

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

Module Kappa_data_structures.StopSource

Sourcetype ('a, 'b) stop
Sourceval success : 'a -> ('a, 'b) stop
Sourceval stop : 'b -> ('a, 'b) stop
Sourceval success_or_stop : ('a -> 'c) -> ('b -> 'c) -> ('a, 'b) stop -> 'c
OCaml

Innovation. Community. Security.