{-# LANGUAGE EmptyDataDecls #-} ----------------------------------------------------------------------------- -- | -- Module : BLAS.Access -- Copyright : Copyright (c) , Patrick Perry -- License : BSD3 -- Maintainer : Patrick Perry -- Stability : experimental -- -- Types for access control. module BLAS.Access ( Mut, Imm ) where -- | Tag for mutable types. data Mut -- | Tag for immutable types. data Imm