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
  }