torch-0.1: Simple unit test library (or framework)Source codeContentsIndex
Test.Torch.Types.Instances
Documentation
data Ok Source
Constructors
Ok Bool
show/hide Instances
data Is whereSource
Constructors
Is :: (Eq a, Show a) => Bool -> a -> a -> Is
show/hide Instances
data Named whereSource
Constructors
Named :: Test t => String -> t -> Named
show/hide Instances
data IsBottom whereSource
Constructors
IsBottom :: NFData a => Bool -> a -> IsBottom
show/hide Instances
data SimpleFailure Source
Constructors
SimpleFailure
show/hide Instances
data UnexpectedValue whereSource
Constructors
UnexpectedValue :: Show a => Bool -> a -> a -> UnexpectedValue
show/hide Instances
data Bottom Source
Constructors
Bottom SomeException
show/hide Instances
Produced by Haddock version 2.4.2