Skip to content

More than one type variable in a type variable list #31

Description

@ishaangandhi

Hi there :-) I'm a novice Lem user with a (possibly silly) question.

According to the grammar, it should be possible to specify a class with a type variable list.

I can get one type variable to work, ie

class (OS 'a)
   ...
end

but with 2 or more type variables

class (OS 'a 'b)
   ...
end

Lem complains Syntax error. Do you know what might be causing this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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