Open
Description
MWE:
module Foo
const Bar = 1
end
@match 1 begin
Foo.Bar => true
end
causing it fail to support pattern match for singleton variants in Roger-luo/Expronicon.jl#47
Metadata
Assignees
Labels
No labels
MWE:
module Foo
const Bar = 1
end
@match 1 begin
Foo.Bar => true
end
causing it fail to support pattern match for singleton variants in Roger-luo/Expronicon.jl#47
Activity