package mlpost

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

Source file concrete_types.ml

1
2
3
4
5
6
type scolor =
  | RGB of float * float * float
  | CMYK of float * float * float * float
  | Gray of float

type color = OPAQUE of scolor | TRANSPARENT of float * scolor
OCaml

Innovation. Community. Security.