Skip to content

Eval Plugin : does not work for raw main file #231

Open
@alanz

Description

@alanz

The code below, as a standalone project (one file only, Main.hs)

-- module Main where

main = putStrLn "hello"

-- >>> unwords example

example :: [String]
example = ["a", "b", "c"]

does not evaluate the comment unless the top module Main where is uncommented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: hls-eval-plugintype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions