brick/programs
Jøhannes Lippmann be47eb2a2b Changed ListDemo list type from List Int to List Char, small bugfix.
This might improve the understanding of what is a list item and what
is a position. Also in when running the demo it was possible to create
identical items by removing an element form the middle and adding a
new one (wich got the number (length of list), not (smallest unused
element in list)).
2015-10-22 11:26:51 +02:00
..
AttrDemo.hs Monster patch: move most data types to Brick.Types, remove IsString 2015-08-19 19:40:06 -07:00
BorderDemo.hs Monster patch: move most data types to Brick.Types, remove IsString 2015-08-19 19:40:06 -07:00
CustomEventDemo.hs API: move EventM and Next to Brick.Types 2015-08-19 19:48:55 -07:00
DialogDemo.hs API: handleEvent now runs in EventM 2015-08-19 19:52:34 -07:00
EditDemo.hs Core: remove multiline string and text functions in favor of catch-all versions 2015-08-20 08:36:39 -07:00
HelloWorldDemo.hs Add convenience Brick module and simplify basic demo program 2015-08-19 23:13:07 -07:00
LayerDemo.hs Core: remove multiline string and text functions in favor of catch-all versions 2015-08-20 08:36:39 -07:00
ListDemo.hs Changed ListDemo list type from List Int to List Char, small bugfix. 2015-10-22 11:26:51 +02:00
MarkupDemo.hs Monster patch: move most data types to Brick.Types, remove IsString 2015-08-19 19:40:06 -07:00
PaddingDemo.hs Monster patch: move most data types to Brick.Types, remove IsString 2015-08-19 19:40:06 -07:00
SuspendAndResumeDemo.hs API: move EventM and Next to Brick.Types 2015-08-19 19:48:55 -07:00
ViewportScrollDemo.hs API: move EventM and Next to Brick.Types 2015-08-19 19:48:55 -07:00
VisibilityDemo.hs Core: remove multiline string and text functions in favor of catch-all versions 2015-08-20 08:36:39 -07:00