Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

fixed typo #21

Merged
merged 1 commit into from
Nov 5, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/Hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ stack exec hie -- --repl
HIE version : Version 0.1.0.0, Git revision 1db8ae98de2e197f5447c0a97f20ca4e06fdbc98 (dirty) (57 commits) x86_64
HIE> base:version
IdeResponseOk (String "Version 0.1.0.0, Git revision 1db8ae98de2e197f5447c0a97f20ca4e06fdbc98 (dirty) (57 commits) x86_64")
HIE>
HIE>
```

### REPL commands
Expand Down Expand Up @@ -143,7 +143,7 @@ the `plugins` table.
When a request is recived from any of the frontends, this is routed to the
central dispatcher via a `Chan`. Based on the specified plugin name and
`IdeRequest` `ideCommand` value the appropriate `UiCommand` is identified and
its `uiFunc` is calle.
its `uiFunc` is called.

The `uiFunc` is of type `Dispatcher`, which is defined as

Expand All @@ -156,4 +156,3 @@ IO and the `HIE` state, which is currently only the table of plugins.

It also makes the `GhcMonad` available. In a fully general version this my not
be necessary.