packages feed

hid-examples-0.5: ch11/nummod-rank-n/NumUtils.hs

{-# LANGUAGE RankNTypes #-}

module NumUtils where

newtype NumModifier = NumModifier {
    run :: forall a. Num a => a -> a
  }