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"
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"
Pursuit v0.9.9