purescript-literals/README.md
Jan Vincent Liwanag baffd18898 Add readme
2019-11-13 14:01:31 +08:00

235 B

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"