cmdargs

System.Console.CmdArgs.Test.Implicit.Tests

Documentation

data Test2

Constructors

Cmd1 

Fields

bs :: [String]
 
Cmd2 

Fields

bar :: Int
 

data Test3

Constructors

Test3 

Fields

pos1_1 :: [Int]
 
pos1_2 :: [String]
 
pos1_rest :: [String]
 

data Test4

Constructors

Test4 

Fields

test_4 :: [String]
 

data ABC

Constructors

Abacus 
Arbitrary 
B 
C 

Instances

data Test5

Constructors

Test5 

Fields

choice :: ABC
 

data Test6

Constructors

Test6 

Fields

val1 :: (Int, Bool)
 
val2 :: [(Int, (String, Double))]
 

data Test7

Constructors

Test71 

Fields

shared :: Int
 
Test72 

Fields

unique :: Int
 
shared :: Int
 
Test73 

Fields

unique :: Int
 
shared :: Int
 

data Test8

Constructors

Test8 

Fields

test8a :: Int
 
test8b :: Int
 
test8c :: Int
 
Test81 
Test82 

data XYZ

Constructors

X 
Y 
Z 

Instances

data Test9

Constructors

Test91 

Fields

foo :: XYZ
 
Test92 

Fields

foo :: XYZ
 

data Test10

Constructors

Test101 

Fields

food :: Int
 
Test102 

Fields

food :: Int
 
bard :: Int
 

data Test11

Constructors

Test11A 

Fields

test111 :: String
 
Test11B 

Fields

test111 :: String
 

data Test12

Constructors

Test12A 
Test12B 

data Test13

Constructors

Test13A 

Fields

foo13 :: Int
 
bar13 :: Either Int Int
 
Test13B 

Fields

foo13 :: Int
 
Test13C 

Fields

foo13 :: Int
 

data Test15

Constructors

Test15 

Fields

test15a :: Bool
 

newtype MyInt

Constructors

MyInt Int 

data Test16

Constructors

Test16 

Fields

test16a :: MyInt
 
test16b :: [MyInt]