copilot-language-3.5: src/Copilot.hs
--------------------------------------------------------------------------------
-- Copyright © 2011 National Institute of Aerospace / Galois, Inc.
--------------------------------------------------------------------------------
{-# LANGUAGE Safe #-}
module Copilot
{-# DEPRECATED "This module is deprecated." #-}
( module Copilot.Language
) where
import Copilot.Language
--------------------------------------------------------------------------------