package codept-lib

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

Module Schematic.LSource

Reexport the standard list module

Sourcetype 'a t = 'a list =
  1. | []
  2. | :: of 'a * 'a t