这是indexloc提供的服务,不要输入任何密码
Skip to content

The `racket' language does not seem to have a type for this identifier; for stream->list #970

@ailrk

Description

@ailrk

What version of Racket are you using?

Racket v7.7

What program did you run?

(stream->list (in-range 0 3))

What should have happened?

return '(0 1 2)

If you got an error message, please include it here.

> (stream->list (in-range 0 3))                                     
; readline-input:14:1: Type Checker: missing type for identifier;
; The `racket' language does not seem to have a type for this identifier;
;   please file a bug report identifier: stream->list
;   from module: (lib typed/racket)
;   in: stream->list

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions