intelli-monad-0.1.0.2: Type level prompt with openai.
Safe HaskellSafe-Inferred
LanguageHaskell2010

IntelliMonad.Tools.Bash

Documentation

data Bash Source #

Constructors

Bash 

Fields

Instances

Instances details
FromJSON Bash Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

ToJSON Bash Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

Generic Bash Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

Associated Types

type Rep Bash :: Type -> Type #

Methods

from :: Bash -> Rep Bash x #

to :: Rep Bash x -> Bash #

Show Bash Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

Methods

showsPrec :: Int -> Bash -> ShowS #

show :: Bash -> String #

showList :: [Bash] -> ShowS #

Eq Bash Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

Methods

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

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

HasFunctionObject Bash Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

JSONSchema Bash Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

Methods

schema :: Schema Source #

Tool Bash Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

Associated Types

data Output Bash Source #

FromJSON (Output Bash) Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

ToJSON (Output Bash) Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

Generic (Output Bash) Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

Associated Types

type Rep (Output Bash) :: Type -> Type #

Methods

from :: Output Bash -> Rep (Output Bash) x #

to :: Rep (Output Bash) x -> Output Bash #

Show (Output Bash) Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

Eq (Output Bash) Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

type Rep Bash Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

type Rep Bash = D1 ('MetaData "Bash" "IntelliMonad.Tools.Bash" "intelli-monad-0.1.0.2-7aLMpsbCxFoFMlNn6ntog1" 'False) (C1 ('MetaCons "Bash" 'PrefixI 'True) (S1 ('MetaSel ('Just "script") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)))
data Output Bash Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

type Rep (Output Bash) Source # 
Instance details

Defined in IntelliMonad.Tools.Bash

type Rep (Output Bash) = D1 ('MetaData "Output" "IntelliMonad.Tools.Bash" "intelli-monad-0.1.0.2-7aLMpsbCxFoFMlNn6ntog1" 'False) (C1 ('MetaCons "BashOutput" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: (S1 ('MetaSel ('Just "stdout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Just "stderr") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String))))