Skip to content

syntax highlighting stops after using list comprehension #176

@da-viper

Description

@da-viper

for example something like this to get the above average numbers

aboveAverage :: (Ord a, Fractional a) => a -> a -> a -> Int
aboveAverage x y z  = length [a| a <- [x,y,z], a > average x y z ]

after a code like this syntax highlighting does not work anymore

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions