packages feed

purescript-0.9.2: tests/support/pscide/src/SourceFileSpec.purs

module SourceFileSpec where

sfValue = "sfValue"

type SFType = String

data SFData = SFOne | SFTwo | SFThree

class SFClass a where
  sfShow :: a -> String