cpu-features-0.1.0.0: A library to detect CPU features
Safe HaskellNone
LanguageGHC2021

System.CPUFeatures.Util

Documentation

data SBool (x :: Bool) where Source #

Constructors

STrue :: SBool 'True 
SFalse :: SBool 'False 

unsafeBoolToSBool :: forall (a :: Bool). Bool -> SBool a Source #

data Dict c Source #

Constructors

c => Dict