tensor-safe-0.1.0.1: Create valid deep neural network architectures

Safe HaskellNone
LanguageHaskell2010

TensorSafe.Commands.Utils

Description

This module provides simple IO functions to operate with command line programs.

Synopsis

Documentation

errorString :: InterpreterError -> String Source #

Transforms an InterpreterError into a string.

say :: String -> Interpreter () Source #

Lifts putStrLn to the Interpreter.