Bogdanp / Bogdanp/elm-ast

Variables can't be negated with a minus

Open
#70 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Elm
Stars
145
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Taken extracted from https://raw.githubusercontent.com/rundis/elm-bootstrap/3.0.0/src/Bootstrap/Popover.elm

```elm
calculatePos pos { rect, offsetWidth, offsetHeight } =
{ left = -offsetWidth
, top = (rect.height / 2) - (offsetHeight / 2)
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.