Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module re-export in pagila example #636

Open
sl1depengwyn opened this issue Jul 16, 2022 · 0 comments
Open

Module re-export in pagila example #636

sl1depengwyn opened this issue Jul 16, 2022 · 0 comments

Comments

@sl1depengwyn
Copy link

According to this question this code

module Pagila.Schema.V0002
( module V0001'
, FilmActorT(..), FilmActor
, PrimaryKey(..), FilmActorId
, migration, PagilaDb
) where

re-exports nothing from V0001 module, thus we have no access to datatypes that are declared in V0001 wherever we import Pagila.Schema module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants