Skip to content

Repl doesn't show the type of values after being evaluated #1783

Open
@andrevidela

Description

@andrevidela

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"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions