packages feed

purescript-0.10.3: examples/passing/SolvingIsSymbol/Lib.purs

module SolvingIsSymbol.Lib where

import Data.Symbol

literalSymbol :: SProxy "literal"
literalSymbol = SProxy

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