fortran-src-0.1.0.2: Parser and anlyses for Fortran standards 66, 77, 90.

Safe HaskellSafe
LanguageHaskell2010

Language.Fortran.Util.SecondParameter

Documentation

class SecondParameter a e | a -> e where Source #

Methods

getSecondParameter :: a -> e Source #

setSecondParameter :: e -> a -> a Source #

getSecondParameter :: (Generic a, GSecondParameter (Rep a) e) => a -> e Source #

setSecondParameter :: (Generic a, GSecondParameter (Rep a) e) => e -> a -> a Source #

Instances

SecondParameter (DimensionDeclarator a) SrcSpan Source # 
SecondParameter (Declarator a) SrcSpan Source # 
SecondParameter (Index a) SrcSpan Source # 
SecondParameter (Expression a) SrcSpan Source # 
SecondParameter (DoSpecification a) SrcSpan Source # 
SecondParameter (FormatItem a) SrcSpan Source # 
SecondParameter (DataGroup a) SrcSpan Source # 
SecondParameter (Namelist a) SrcSpan Source # 
SecondParameter (CommonGroup a) SrcSpan Source # 
SecondParameter (ImpElement a) SrcSpan Source # 
SecondParameter (ImpList a) SrcSpan Source # 
SecondParameter (ControlPair a) SrcSpan Source # 
SecondParameter (Attribute a) SrcSpan Source # 
SecondParameter (Argument a) SrcSpan Source # 
SecondParameter (Use a) SrcSpan Source # 
SecondParameter (Statement a) SrcSpan Source # 
SecondParameter (Block a) SrcSpan Source # 
SecondParameter (ProgramUnit a) SrcSpan Source # 
SecondParameter (Selector a) SrcSpan Source # 
SecondParameter (TypeSpec a) SrcSpan Source # 
SecondParameter (AList t a) SrcSpan Source #