graninas/Hydra

Reorganize the project and separate engines

开放

#8 创建于 2020年4月11日

 (0 条评论) (0 个反应) (0 位负责人)Haskell (14 个派生)github user discovery
good first issuerefactoring

仓库指标

星标
 (206 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Currently, all the engines are sharing the same folders. A new way to organise the engines should be adopted.

Think about separation of the engines into own namespaces. Sample:

lib/runtime
lib/free
lib/church-free
lib/final-tagless

See also #7

It might be a good idea to have the same names for the internal structure for each engine but different top namespaces for three of them.

贡献者指南