A Symbol Proxy having a runtime value equal to the reflected symbol
Go to file
2022-05-31 17:14:34 +02:00
src Updates for purs v0.15 2022-05-15 20:44:27 +04:00
test Add show instances 2020-03-03 17:49:31 +08:00
.gitignore Init 2019-11-13 13:56:38 +08:00
bower.json Change repo to point to rowtype-yoga 2022-05-31 09:01:07 +02:00
LICENSE Create LICENSE 2020-07-17 05:40:23 +08:00
packages.dhall Update pacckage set 2022-05-31 08:57:15 +02:00
README.md Add readme 2019-11-13 14:01:31 +08:00
spago.dhall Change repo to point to rowtype-yoga 2022-05-31 09:01:07 +02:00

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"