Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
fix(client): added missing imports, the project should actually compi…
Browse files Browse the repository at this point in the history
…le now
  • Loading branch information
prescientmoon committed Oct 31, 2020
1 parent 9f480ea commit 5a14a4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/client/src/Main.purs
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ import Effect.Class (liftEffect)
import Effect.Console as Console
import Effect.Ref as Ref
import Graphics.Canvas (CanvasElement, Context2D, getCanvasElementById, getContext2D, restore, save)
import Lunarflow.Ast (call, withDebrujinIndices)
import Lunarflow.Ast (withDebrujinIndices)
import Lunarflow.Ast.Grouped (groupExpression)
import Lunarflow.Examples (exp, mult, n, plus', zero')
import Lunarflow.Geometry.Foreign (Geometry, boundsImpl, fromShape, renderGeometry)
import Lunarflow.Layout (LayoutError, addIndices, runLayoutM, unscopeLayout)
import Lunarflow.Parser (parseLambdaCalculus)
import Lunarflow.Parser (parseLambdaCalculus, unsafeParseLambdaCalculus)
import Lunarflow.Pipe ((|>))
import Lunarflow.Profile (profileApplication)
import Lunarflow.Render (render, runRenderM)
Expand Down

0 comments on commit 5a14a4d

Please sign in to comment.