Variables can't be negated with a minus
Open
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.