clingo-0.2.0.0: Haskell bindings to the Clingo ASP solver

Safe HaskellNone
LanguageHaskell2010

Clingo.Internal.Configuration

Contents

Description

A module providing direct, but memory managed access to the Clingo configuration interface. The preferred way to interface with configuration is found in Configuration. This interface exists solely for users who want to provide their own abstraction, without having to reimplement memory management for the raw versions in Configuration

Synopsis

Documentation

data CKey Source #

Instances

Eq CKey Source # 

Methods

(==) :: CKey -> CKey -> Bool #

(/=) :: CKey -> CKey -> Bool #

Ord CKey Source # 

Methods

compare :: CKey -> CKey -> Ordering #

(<) :: CKey -> CKey -> Bool #

(<=) :: CKey -> CKey -> Bool #

(>) :: CKey -> CKey -> Bool #

(>=) :: CKey -> CKey -> Bool #

max :: CKey -> CKey -> CKey #

min :: CKey -> CKey -> CKey #

Show CKey Source # 

Methods

showsPrec :: Int -> CKey -> ShowS #

show :: CKey -> String #

showList :: [CKey] -> ShowS #

Array Access

Map Access

Value Access