purescript-0.11.5: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Ide.Util

Description

Generally useful functions

Documentation

unwrapMatch :: Match a -> a #

encodeT :: ToJSON a => a -> Text #

decodeT :: FromJSON a => Text -> Maybe a #