remarks-0.1.13: A DSL for marking student work

Safe HaskellSafe
LanguageHaskell2010

Export.Generic

Documentation

data Table Source #

Constructors

Rows [Row] 
Cols [Col] 

Instances

Eq Table Source # 

Methods

(==) :: Table -> Table -> Bool #

(/=) :: Table -> Table -> Bool #

Show Table Source # 

Methods

showsPrec :: Int -> Table -> ShowS #

show :: Table -> String #

showList :: [Table] -> ShowS #

type Row = [Elem] Source #

type Col = [Elem] Source #