packages feed

helic-0.1.0.0: lib/Helic/Data/InstanceName.hs

{-# options_haddock prune #-}
-- |InstanceName Data Type, Internal
module Helic.Data.InstanceName where

newtype InstanceName =
  InstanceName { unInstanceName :: Text }
  deriving stock (Eq, Show, Generic)
  deriving newtype (IsString)

defaultJson ''InstanceName