Package

purescript-literals

Repository
jvliwanag/purescript-literals
License
MIT
Uploaded by
jvliwanag
Published on
2020-07-17T17:02:54Z

A Symbol Proxy having a runtime value equal to the reflected symbol.

import Literal

center :: Literal "center"
center = literal -- the runtime value of center is the string "center"