-----------------------------------------------------------------------------
--
-- Module      :  PureScript.CodeGen
-- Copyright   :  (c) Phil Freeman 2013
-- License     :  MIT
--
-- Maintainer  :  Phil Freeman <paf31@cantab.net>
-- Stability   :  experimental
-- Portability :
--
-- |
--
-----------------------------------------------------------------------------

module PureScript.CodeGen (
    module PureScript.CodeGen.JS,
    module PureScript.CodeGen.Externs
) where

import PureScript.CodeGen.JS
import PureScript.CodeGen.Externs