mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-12-26 03:04:48 +03:00
Fix incorrect prelude
This commit is contained in:
parent
d532bb9fb3
commit
0bf974b569
@ -4517,13 +4517,16 @@ elmCorePrelude =
|
||||
, moduleAlias = Nothing
|
||||
, exposingList =
|
||||
explicit
|
||||
[ Exposing.TypeExpose { name = "Char", open = Nothing }
|
||||
[ Exposing.TypeExpose { name = "String", open = Nothing }
|
||||
]
|
||||
}
|
||||
, createFakeImport
|
||||
{ moduleName = [ "Char" ]
|
||||
, moduleAlias = Nothing
|
||||
, exposingList = Nothing
|
||||
, exposingList =
|
||||
explicit
|
||||
[ Exposing.TypeExpose { name = "Char", open = Nothing }
|
||||
]
|
||||
}
|
||||
, createFakeImport
|
||||
{ moduleName = [ "Tuple" ]
|
||||
|
Loading…
Reference in New Issue
Block a user