Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
sample_format.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
type t = [ | `None | `U8 | `S16 | `S32 | `Flt | `Dbl | `U8p | `S16p | `S32p | `Fltp | `Dblp | `S64 | `S64p ] let t: t list = [ `S64p; `S64; `Dblp; `Fltp; `S32p; `S16p; `U8p; `Dbl; `Flt; `S32; `S16; `U8; `None; ]