Skip to content

A Symbol Proxy having a runtime value equal to the reflected symbol

License

Notifications You must be signed in to change notification settings

rowtype-yoga/purescript-literals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"