如何使用从持久模板创建的类型?
在我的 Model.hs 中,我可以成功使用与我在 config/models 文件中描述的数据表相对应的数据类型。
我想在其他文件中使用这些类型,例如在 Foundation.hs
中。
是否有我需要导入的模块或需要从需要使用类型的文件中调用的函数?
In my Model.hs
I can successfully use the data types that correspond to my data tables that I describe in config/models
file.
I would like to use these types in my other files, for example, in Foundation.hs
.
Is there a module that I need to import or a function to call from the file where I need to use the types?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道为什么我的第一个答案被删除了。同样,这些类型在其他文件中可见,无需导入任何内容。我太早发布了这个问题。
I do not know why my first answer was deleted. Again, these types are visible in other files without importing anything. I posted the question too soon.