Skip to content
Peter A. Jonsson edited this page May 11, 2014 · 4 revisions

Goals

The goal for this project is to be a practical tool for Haskell development. GHC extensions are a huge part of getting real work done. High-level design guidelines to keep in mind:

  • The IDE must never grind to a halt regardless of user behaviour.

  • The IDE should maintain some reasonable functionality even when given flawed input.

  • The IDE should work for real code, including code written with new GHC extensions.

The wiki mainly contains developer information. Navigate by clicking on the page titles to the right.

Clone this wiki locally