packages feed

headroom-0.4.0.0: test-data/code-samples/haskell/sample3.hs

{-|
Module      : Data.VCS.Ignore.Repo
Description : Type class representing the VCS repository
Copyright   : (c) 2020 Vaclav Svejcar
License     : BSD-3-Clause
Maintainer  : vaclav.svejcar@gmail.com
Stability   : experimental
Portability : POSIX

This module contains /type class/ representing the selected type of /VCS/
repository.

@
  {-# LANGUAGE TypeApplications #-}
@
-}

{-# LANGUAGE OverloadedStrings #-}
module Test where

foo :: String
foo = "Hello, World!"
{-# INLINE key_function #-}