package streamable

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

Source file sequence_clause.ml

1
2
3
4
5
6
7
8
9
open! Base
open! Import

let maybe_match =
  Helpers.polymorphic_primitive_or_module_match
    ~num_type_parameters:1
    ~primitive_name:None
    ~first_module_name:"Sequence"
;;
OCaml

Innovation. Community. Security.