packages feed

singletons-base-3.2: tests/compile-and-dump/Singletons/T89.hs

{-# LANGUAGE OverloadedStrings #-}
module T89 where

import Data.Singletons.Base.TH

$(singletons [d|data Foo = Foo deriving (Enum)|])