Package

purescript-literals

Repository
rowtype-yoga/purescript-literals
License
MIT
Uploaded by
i-am-the-slime
Published on
2022-05-31T15:14:34Z

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"