DeepDarkFantasy-0.2017.8.9: A DSL for creating neural network.
DDF.IO
class (List r, Unit r, Char r, Monad r IO) => IO r where Source #
Minimal complete definition
putStrLn
Methods
putStrLn :: r h (String -> IO ()) Source #
Instances
putStrLn :: Eval h (String -> IO ()) Source #
putStrLn :: Show h (String -> IO ()) Source #
putStrLn :: Size h (String -> IO ()) Source #
putStrLn :: UInt h (String -> IO ()) Source #
putStrLn :: Term c h (String -> IO ()) Source #
putStrLn :: UnHOAS r h (String -> IO ()) Source #
putStrLn :: UnLiftEnv r h (String -> IO ()) Source #
putStrLn :: ImpW r h (String -> IO ()) Source #
module DDF.List
module DDF.Char
module DDF.Unit