Translation from low to high level implemented. Need some better formatting.
[tmp/julm/arpeggigon.git] / RCMA / Layer / Layer.hs
index 9c0e914e1ad086782ccc12ae0075e0e4810b1d5b..76aeb78abc20b2d803d2b7c8aebff8a752cce27c 100644 (file)
@@ -1,10 +1,10 @@
 {-# LANGUAGE Arrows #-}
 
-module Reactogon.Layer.Layer where
+module RCMA.Layer.Layer where
 
-import Reactogon.Semantics
-import Reactogon.Layer.Board
-import Reactogon.Global.Clock
+import RCMA.Semantics
+import RCMA.Layer.Board
+import RCMA.Global.Clock
 import FRP.Yampa
 
 -- Data representing the state of a layer. It is updated continuously.