[server] Rename tree module files

This commit is contained in:
Joscha 2020-02-12 11:34:25 +00:00
parent 3656483bc8
commit 5e7f90c6d5
4 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{-# LANGUAGE OverloadedStrings #-}
module Forest.TreeModule.AnimateModule
module Forest.TreeModule.Animate
( AnimateModule
, animateModule
) where

View file

@ -1,6 +1,6 @@
{-# LANGUAGE OverloadedStrings #-}
module Forest.TreeModule.ConstModule
module Forest.TreeModule.Const
( ConstModule
, constModule
, projectDescriptionNode

View file

@ -2,7 +2,7 @@
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE RankNTypes #-}
module Forest.TreeModule.ForkModule
module Forest.TreeModule.Fork
( ForkModule
, ProngConstructor(..)
, forkModule