File: Util.hs

package info (click to toggle)
haskell-type-level-numbers 0.1.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 132 kB
  • sloc: haskell: 663; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (6)
1
2
3
4
5
module TypeLevel.Util ( cdr 
                  ) where

cdr :: t a -> a
cdr _ = undefined