{-# LANGUAGE PatternSynonyms #-} module Data.SCargot.Repr.Basic ( -- * Basic 'SExpr' representation R.SExpr(..) ) where import Data.SCargot.Repr as R