File: HamletTestTypes.hs

package info (click to toggle)
haskell-hamlet 1.1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 192 kB
  • ctags: 1
  • sloc: haskell: 2,249; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
module HamletTestTypes where

-- This record is defined outside of the HamletTest module
-- because record wildcards use 'reify' and reify doesn't
-- see types defined in the local module.

data ARecord = ARecord { field1 :: Int, field2 :: Bool }