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