snelstart-import-1.1.0: Import to snelstart.
Safe HaskellSafe-Inferred
LanguageHaskell2010

SnelstartImport.N26

Description

this is whatever N26 spits out, it's some custom csv format. it appears unstable. (has changed once before)

Documentation

data N26 Source #

Instances

Instances details
Generic N26 Source # 
Instance details

Defined in SnelstartImport.N26

Associated Types

type Rep N26 :: Type -> Type #

Methods

from :: N26 -> Rep N26 x #

to :: Rep N26 x -> N26 #

Show N26 Source # 
Instance details

Defined in SnelstartImport.N26

Methods

showsPrec :: Int -> N26 -> ShowS #

show :: N26 -> String #

showList :: [N26] -> ShowS #

FromRecord N26 Source # 
Instance details

Defined in SnelstartImport.N26

Eq N26 Source # 
Instance details

Defined in SnelstartImport.N26

Methods

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

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

type Rep N26 Source # 
Instance details

Defined in SnelstartImport.N26

newtype Date Source #

Constructors

Date 

Fields

Instances

Instances details
Read Date Source # 
Instance details

Defined in SnelstartImport.N26

Show Date Source # 
Instance details

Defined in SnelstartImport.N26

Methods

showsPrec :: Int -> Date -> ShowS #

show :: Date -> String #

showList :: [Date] -> ShowS #

FromField Date Source # 
Instance details

Defined in SnelstartImport.N26

Eq Date Source # 
Instance details

Defined in SnelstartImport.N26

Methods

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

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