drasil-gool-0.1.1.0: A framework for code and document generation for scientific software - GOOL SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Drasil.GOOL.RendererClassesProc

Documentation

class ModuleElim r where Source #

Methods

module' :: r (Module r) -> Doc Source #

Instances

Instances details
ModuleElim JuliaCode Source # 
Instance details

Defined in Drasil.GOOL.LanguageRenderer.JuliaRenderer

class RenderMethod r => ProcRenderMethod r where Source #

Methods

intFunc :: Bool -> Label -> r (Visibility r) -> MSMthdType r -> [MSParameter r] -> MSBody r -> SMethod r Source #

Main method?, name, public/private, return type, parameters, body