Follow

re: purescript question 

@AgathaSorceress ...I was sure there was such a thing but apparently not

you could probably write such a thing yourself using instance chains

class MyShow a where
myShow :: a -> String

instance stringShow :: MyShow String where
myShow = identity
else instance otherShow :: Show a => MyShow a
myShow = show

Sign in to participate in the conversation
Computer Fairies

Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!