summaryrefslogtreecommitdiff
path: root/Dispatch.idr
diff options
context:
space:
mode:
Diffstat (limited to 'Dispatch.idr')
-rw-r--r--Dispatch.idr1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dispatch.idr b/Dispatch.idr
index a13fef4..d7a8f97 100644
--- a/Dispatch.idr
+++ b/Dispatch.idr
@@ -46,7 +46,6 @@ handlers = [
, (Directory "weather" (Capture End) ** weatherHandler)
]
-partial
main : IO ()
main = do
putStrLn (fromMaybe "failed" $ dispatch handlers "hello/Bob/Sunshine")