package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type typ =
  1. | L2norm of float
  2. | Value of float * float
  3. | None
val default : typ -> typ
val to_string : typ -> string