{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TypeFamilies #-} {-# OPTIONS_GHC -fno-warn-orphans #-} module Language.Symantic.Type.Bool where import Language.Symantic.Type.Common -- * Type 'Type_Bool' -- | The 'Bool' type. type Type_Bool = Type_Type0 Bool instance -- String_from_Type String_from_Type (Type_Bool root) where string_from_type Type_Type0{} = "Bool" -- | Convenient alias to include a 'Type_Bool' within a type. type_bool :: Lift_Type_Root Type_Bool root => root Bool type_bool = type_type0