Skip to content

Commit

Permalink
add missing language extension
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao authored and tek committed Aug 5, 2021
1 parent 2ddc66b commit 21fcd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Teletype effect:

```haskell
{-# LANGUAGE TemplateHaskell, LambdaCase, BlockArguments, GADTs
, FlexibleContexts, TypeOperators, DataKinds, PolyKinds #-}
, FlexibleContexts, TypeOperators, DataKinds, PolyKinds, ScopedTypeVariables #-}

import Polysemy
import Polysemy.Input
Expand Down

0 comments on commit 21fcd8a

Please sign in to comment.