ghci’s tab-completion knows. Type :set -X
at a ghci prompt, then hit Tab, and you’ll get a full list. Or :set -XFoo
then Tab will get you a list of all extensions beginning with Foo
.
ghci’s tab-completion knows. Type :set -X
at a ghci prompt, then hit Tab, and you’ll get a full list. Or :set -XFoo
then Tab will get you a list of all extensions beginning with Foo
.