----------------------------------------------------------------------------- -- | -- Module : Berp.Base.Ident -- Copyright : (c) 2010 Bernie Pope -- License : BSD-style -- Maintainer : florbitous@gmail.com -- Stability : experimental -- Portability : ghc -- -- Encoding of identifiers. -- ----------------------------------------------------------------------------- module Berp.Base.Ident where type Ident = String