DeepDarkFantasy-0.2017.4.1: DDF/ImportMeta.hs
{-# LANGUAGE NoImplicitPrelude #-}
module DDF.ImportMeta (module Prelude, module Data.Void) where
import Prelude (($), show, (+), (-), (*), (/), (.), (++), (>>=), Double, IO, Int, (<=), print)
import Data.Void (absurd)