Basic.hs 175 B

12345678
  1. {-# LANGUAGE PatternSynonyms #-}
  2. module Data.SCargot.Repr.Basic
  3. ( -- * Basic 'SExpr' representation
  4. R.SExpr(..)
  5. ) where
  6. import Data.SCargot.Repr as R