This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/src/Data/Void/Instances.hs

20 lines
435 B
Haskell

-- SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>
--
-- SPDX-License-Identifier: AGPL-3.0-or-later
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Data.Void.Instances
(
) where
import ClassyPrelude.Yesod
import Data.Void
--instance ToContent Void where
-- toContent = absurd
--instance ToTypedContent Void where
-- toTypedContent = absurd
instance RenderMessage site Void where
renderMessage _ _ = absurd