Comparing revisions for page haskellGloss

Back to history list
  == Headline ==

[[Script:Functional MVC]] in [[Language:Haskell|Haskell]] with [[Technology:Gloss|Gloss]]

== Architecture ==

There are these modules:

    Main: The controller functions, and the call to run the application
    Display: The view function, how to display things on the screen
    Company: Company related functions and types

== Usage ==

See https://github.com/101companies/101haskell/tree/master/contributions/haskellGloss.