about summary refs log tree commit diff
path: root/third_party/bazel/rules_haskell/tests/haddock/LibA/A.hs
blob: 3be8dd5aadd375db4f7fdae338a21c2a278dc023 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
-- | "LibA.A" header
{-# LANGUAGE TemplateHaskell #-}

module LibA.A where

import Language.Haskell.TH

-- | 'a' doc
a :: Q Exp
a = [| 5 |]