File: Prelude.hs

package info (click to toggle)
haskell-citeproc 0.8.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,452 kB
  • sloc: xml: 30,637; haskell: 6,659; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module Prelude (
    module Prelude.Compat
  , Semigroup (..)
)
where

import Prelude.Compat
import Data.Semigroup (Semigroup ((<>)))