package styled-ppx

  1. Overview
  2. Docs
Type-safe styled components for ReScript and Melange

Install

dune-project
 Dependency

Authors

Maintainers

Sources

styled-ppx-0.61.0.tbz
sha256=c6eba770e9e9bb9002bf3f759f99ebcec6d7b4132c6c2ad562886c88b6839bab
sha512=8a1776181f6ef292518a0b96b1fae7927cf5767dee75dc04bc05d99d297866e45a5943455bea9ce500a04a635bd179d2b2bec8bccebc55dc1e696a23b3efad69

doc/styled-ppx.css-property-parser/Css_property_parser/Rule/index.html

Module Css_property_parser.Rule

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