package highway

  1. Overview
  2. Docs

Source file args.ml

1
2
3
4
5
6
7
8
(* Copyright (c) 2026, Cargocut and the Highway developers.
   All rights reserved.

   SPDX-License-Identifier: BSD-3-Clause *)

type _ t =
  | [] : Void.t t
  | ( :: ) : 'a * 'b t -> ('a -> 'b) t