]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/lib/preamble.hs
abc288aa4491d27edab6a2cb15f996e52df091d2
[helm.git] / matita / matita / lib / preamble.hs
1 {-# LANGUAGE RankNTypes, KindSignatures, GADTs, ScopedTypeVariables #-}
2
3 module Main where
4
5 import Unsafe.Coerce
6 import Prelude (error)
7 import qualified Prelude