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