This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE TypeFamilies, DataKinds, ConstraintKinds, UndecidableInstances, TypeApplications, ScopedTypeVariables #-} | |
module Countdown where | |
import Data.Proxy | |
import GHC.TypeNats | |
import Data.Kind | |
import qualified Fcf as F | |
data C2 :: Nat -> F.Exp Constraint |