Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
artemohanjanyan committed Apr 8, 2017
1 parent 7c54765 commit f0b776d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/effects/Effect/System.idr
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data System : Effect where
CSystem : String -> sig System Int
Usleep : (i : Int) ->
{auto prf : So (i >= fromInteger 0 && Delay (i <= fromInteger 1000000))} ->
sig Sleep ()
sig System ()

implementation Handler System IO where
handle () Args k = do x <- getArgs; k x ()
Expand Down

0 comments on commit f0b776d

Please sign in to comment.