package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type error = string list
type 'a data = ('a, error) result
type ('a, 'b) return = 'b -> 'a rule
type ('a, 'b, 'c) bind = 'a rule -> ('b -> 'c rule) -> 'c rule
type ('a, 'b, 'c, 'd) map = 'a rule -> ('b -> 'c) -> 'd rule
type ('left_in, 'left_v, 'right_in, 'right_v, 'c) best = ('left_in rule * 'right_in rule) -> ([ `Left of 'left_v | `Right of 'right_v ] -> 'c rule) -> 'c rule
module Data : sig ... end
module Match : sig ... end
module Let : sig ... end
module Pattern : sig ... end
OCaml

Innovation. Community. Security.