Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Oct 20, 2012
1 parent 3854b65 commit 8875757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Literate Haskell/SystemF.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Basically, Haskell's type checker will prevent me from
writing my type checker incorrectly.

I think it would actually be safe to remove the Error wrapping
around the result of this funciton, and always assume that it is correct,
around the result of this function, and always assume that it is correct,
because the Haskell type checker should prevent you from constructing
an ill-typed Term in the first place.

Expand Down

0 comments on commit 8875757

Please sign in to comment.