Skip to content

Instantly share code, notes, and snippets.

@jgm
Created May 9, 2009 14:17
Show Gist options
  • Save jgm/109288 to your computer and use it in GitHub Desktop.
Save jgm/109288 to your computer and use it in GitHub Desktop.
-- return a fixed user
-- note: you'll have to register a user named "user" before making this change
getLoggedInUser :: MonadIO m => Params -> m (Maybe String)
getLoggedInUser params = return $ Just "user"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment