graninas/Hydra

Reorganize the project and separate engines

オープン

#8 opened on 2020/04/11

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Haskell (14 件のフォーク)github user discovery
good first issuerefactoring

Repository metrics

Stars
 (206 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド