Safe Haskell | None |
---|---|
Language | Haskell2010 |
Futhark.CodeGen.Backends.GenericPython.AST
Documentation
Constructors
Constructors
ArgKeyword String PyExp | |
Arg PyExp |
Constructors
module Language.Futhark.Core
data PyClassDef Source #
Instances
Eq PyClassDef Source # | |
Defined in Futhark.CodeGen.Backends.GenericPython.AST | |
Show PyClassDef Source # | |
Defined in Futhark.CodeGen.Backends.GenericPython.AST Methods showsPrec :: Int -> PyClassDef -> ShowS # show :: PyClassDef -> String # showList :: [PyClassDef] -> ShowS # | |
Pretty PyClassDef Source # | |
Defined in Futhark.CodeGen.Backends.GenericPython.AST Methods ppr :: PyClassDef -> Doc # pprPrec :: Int -> PyClassDef -> Doc # pprList :: [PyClassDef] -> Doc # |