package merlin-lib

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

Module Patterns.Non_empty_rowSource

Sourcetype 'a t = 'a * Typedtree.pattern list

'assert false' on empty rows

Sourceval map_first : ('a -> 'b) -> 'a t -> 'b t