File: safe.hs

package info (click to toggle)
haskell-indexed-traversable-instances 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 72 kB
  • sloc: haskell: 173; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE Safe #-}
module Main (main) where

import Data.Functor.WithIndex ()
import Data.Functor.WithIndex.Instances ()
import Data.Foldable.WithIndex ()
import Data.Traversable.WithIndex ()

main :: IO ()
main = return ()