package containers

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

Module type CCSexp_intf.BASIC_SEXPSource

Abstract representation of S-expressions

  • since 3.3
Sourcetype t
Sourceval atom : string -> t
Sourceval list : t list -> t
Sourceval match_ : t -> atom:(string -> 'a) -> list:(t list -> 'a) -> 'a