Skip to content

Conversation

@pithub
Copy link
Member

@pithub pithub commented Jan 12, 2026

Improvements to the lamdera backend --eval command:

  • Greatly improved --import parser. Examples for allowed syntax:

    • --import 'Dict'
    • --import 'Dict as D'
    • --import 'Dict as D exposing (size)'
    • --import 'Dict, Set as S exposing (empty)'
    • --import 'Dict / Set / Task / '

    The previous syntax is still allowed, too:

    • --import 'import Dict'
  • The exit code of the lamdera backend --eval command indicates whether the expression was successfully evaluated or not.

@pithub pithub changed the title Pit backend lamdera backend --eval improvements Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants