packages feed

purescript-0.15.15: tests/purs/passing/SolvingIsSymbol/Lib.purs

module SolvingIsSymbol.Lib where

import Data.Symbol
import Type.Proxy (Proxy(..))

literalSymbol :: Proxy "literal"
literalSymbol = Proxy

libReflectSymbol :: forall s. IsSymbol s => Proxy s -> String
libReflectSymbol = reflectSymbol