packages feed

ghc-exactprint-1.9.0.0: tests/examples/ghc910/AnnotationNoListTuplePuns.hs

{-# language NoListTuplePuns #-}
module AnnotationNoListTuplePuns where

type A =
  -- comment pre
  [
    -- comment inside
  ]
  -- comment post

type B =
  -- comment pre
  [
    -- comment inside
    Bool
  ]
  -- comment post