package GT

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

Class GT.stateful_option_t

constraint 'b = 'sa option
inherit option_t
method c_None : 'env -> 'a option -> 'env * 'sa option
method c_Some : 'env -> 'a option -> 'a -> 'env * 'sa option