package ocp-ocamlres

  1. Overview
  2. Docs
include module type of struct include OCamlResSubFormats.Int end

A probably useless subformat, for demonstration purposes

type t = int
val from_raw : 'a -> string -> int
val to_raw : 'a -> int -> string
val pprint : 'a -> int -> PPrint.document
val pprint_header : 'a -> 'b -> 'c option
val name : 'a -> 'b -> string
val type_name : 'a -> 'b -> string
val mod_name : 'a -> 'b -> string
val info : string
val options : 'a list