Skip to content

Commit

Permalink
Reformat {-# LANGUAGE .. #-} in the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Mar 16, 2017
1 parent 0a38929 commit 1415fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Required language extensions and imports

::

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

import Control.Applicative
import Control.Arrow
Expand Down

0 comments on commit 1415fd0

Please sign in to comment.