Initial commit
This commit is contained in:
commit
c101616e62
309 changed files with 53937 additions and 0 deletions
15
bundled/Basement/BlockN.hs
Normal file
15
bundled/Basement/BlockN.hs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{-# LANGUAGE BangPatterns #-}
|
||||
{-# LANGUAGE DeriveDataTypeable #-}
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# LANGUAGE RebindableSyntax #-}
|
||||
{-# LANGUAGE NoImplicitPrelude #-}
|
||||
-- |
|
||||
-- Module : Basement.Block
|
||||
-- License : BSD-style
|
||||
-- Maintainer : Haskell Foundation
|
||||
--
|
||||
-- A Nat-sized version of Block
|
||||
|
||||
module Basement.BlockN (module X) where
|
||||
|
||||
import Basement.Sized.Block as X
|
||||
Loading…
Add table
Add a link
Reference in a new issue