File: RCategory3.hs

package info (click to toggle)
haskell-src-exts 1.20.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 25,972 kB
  • sloc: haskell: 51,522; makefile: 12
file content (5 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (5)
1
2
3
4
5
{-# LANGUAGE TypeFamilies, ConstraintKinds #-}

instance RCategory (->) where
  type RCategoryCtxt (->) a a = ()