mirror of
https://github.com/rowtype-yoga/purescript-literals.git
synced 2024-11-25 07:22:41 +03:00
A Symbol Proxy having a runtime value equal to the reflected symbol
src | ||
test | ||
.gitignore | ||
bower.json | ||
LICENSE | ||
packages.dhall | ||
README.md | ||
spago.dhall |
purescript-literal
A Symbol Proxy having a runtime value equal to the reflected symbol.
Example
import Literal
center :: Literal "center"
center = literal -- the runtime value of center is the string "center"