table of contents
other versions
- experimental 5.5.0-1~exp2
| CamlinternalFormat.Args(3o) | OCaml library | CamlinternalFormat.Args(3o) |
NAME¶
CamlinternalFormat.Args - no description
Module¶
Module CamlinternalFormat.Args
Documentation¶
Module Args
: sig end
type ('a, 'r) t =
| [] : ('r0, 'r0) t
| (::) : 'a0 * ('b, 'r1) t -> ('a0 -> 'b, 'r1)
t
val apply : 'a -> ('a, 'r) t -> 'r
val (@) : ('a, 'r1) t -> ('r1, 'r2) t -> ('a, 'r2) t
| 2026-07-02 | OCamldoc |