Open
Description
The documentation ported from Idris 1 shows a behaviour that the current repl doesn't support: https://idris2.readthedocs.io/en/latest/tutorial/typesfuns.html#useful-data-types
This can be remedied by turning on the showtypes
setting but shouldn't it be the default since the documentation shows it?
Steps to Reproduce
Open the repl
Type "hello"
Expected Behavior
Idris> "hello"
"hello" : String
Observed Behavior
Idris> "hello"
"hello"