Skip to content

Feature request: Parse :type and :kind interactive commands #8

@aneilmac

Description

@aneilmac

Overview

MicroHS interactive mode allows for :type to display the type of an expression, and :kind to to display the kind of a type. It would be useful for users of xeus-haskell to have the same ability to debug types and expressions by producing the same in cell output.

Examples

:type "Hello World"
> "Hello World" :: [Char]
:kind Int
> Int :: *

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions