Skip to content

Commit

Permalink
Add forgotten import.
Browse files Browse the repository at this point in the history
  • Loading branch information
epost committed Oct 1, 2020
1 parent a90a38a commit bda6780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CanvasInterpreter.purs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ module CanvasInterpreter where

import Prelude
import Canvas
import Effect
import Language
import Control.Monad
import Control.Monad.Free (runFreeM)
import Control.Monad.State (State, evalState, get, modify_, put)
import Data.Tuple
import Data.Foldable
import Effect (Effect)
import Math (sin, cos, pi, (%))

-- | x, y, rotation, isPenDown
Expand Down

0 comments on commit bda6780

Please sign in to comment.