File: Main.hs

package info (click to toggle)
haskell-hoogle 5.0.17.3%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 496 kB
  • sloc: haskell: 2,890; ansic: 110; sh: 33; xml: 20; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12

module Main(main) where

import System.Environment
import System.IO
import Hoogle


main :: IO ()
main = do
    hSetEncoding stdout utf8
    hoogle =<< getArgs