Skip to content

Commit

Permalink
Another fix to {-# LANGUAGE #-}
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Mar 16, 2017
1 parent 7f37b14 commit e313673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Required language extensions and imports
::

{-# LANGUAGE Arrows, DataKinds, DeriveGeneric, FlexibleInstances,
MultiParamTypeClasses, OverloadedStrings #- }
MultiParamTypeClasses, OverloadedStrings #-}

import Control.Applicative
import Control.Arrow
Expand Down

0 comments on commit e313673

Please sign in to comment.