packages feed

singletons-base-3.3: tests/compile-and-dump/Singletons/Empty.hs

module Singletons.Empty where

import Data.Singletons.TH

$(singletons [d|
  data Empty
 |])