packages feed

symparsec-2.0.0: src/Symparsec/Utils.hs

module Symparsec.Utils where

import GHC.TypeNats ( type CmpNat )
import Data.Type.Ord ( type OrdCond )

type IfNatLte n m fThen fElse = OrdCond (CmpNat n m) fThen fThen fElse