package ppx_css

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

Source file string_constant.ml

1
2
3
4
5
6
7
8
open! Core
open Ppxlib

type t =
  { css_string : string
  ; string_loc : location
  ; delimiter : string option
  }
OCaml

Innovation. Community. Security.