Skip to content
Snippets Groups Projects
BasePrelude.hs 140 B
Newer Older
{-# LANGUAGE PackageImports #-}
{-# LANGUAGE NoImplicitPrelude #-}

module BasePrelude
  ( module Prelude,
  )
where

import "base" Prelude