Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
parsonsmatt committed Oct 20, 2015
1 parent d1ebb49 commit da422a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Example/Seven.purs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ makeList comp initState = parentComponent render eval

initComp :: Component s f g -> s -> Unit -> { component :: _, initialState :: _ }
initComp c s _ = {component: c, initialState: s}

eval :: EvalParent QueryP StateP s QueryP f g Slot
eval (AddItem next) = modify addItem $> next
eval (RemItem next) = modify remItem $> next
Expand Down

0 comments on commit da422a6

Please sign in to comment.