Friday 29 April 2016

Haskell: GHCi: show language: Get the language standard version


':show language' command gives the Haskell standard you are using.

Prelude> :show language
base language is: Haskell2010
with the following modifiers:
  -XNoDatatypeContexts
  -XNondecreasingIndentation


Previous                                                 Next                                                 Home

No comments:

Post a Comment