Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
module Language.Futhark.Core
data PyClassDef Source #
Instances
Eq PyClassDef Source # | |
Defined in Futhark.CodeGen.Backends.GenericPython.AST (==) :: PyClassDef -> PyClassDef -> Bool # (/=) :: PyClassDef -> PyClassDef -> Bool # | |
Show PyClassDef Source # | |
Defined in Futhark.CodeGen.Backends.GenericPython.AST showsPrec :: Int -> PyClassDef -> ShowS # show :: PyClassDef -> String # showList :: [PyClassDef] -> ShowS # | |
Pretty PyClassDef Source # | |
Defined in Futhark.CodeGen.Backends.GenericPython.AST |