package catala

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

Module Catala_runtime.OptionalSource

Sourcetype 'a t =
  1. | Absent of unit
  2. | Present of 'a