Skip to content
Snippets Groups Projects
Commit 2ed0180e authored by David Waern's avatar David Waern
Browse files

Wibble

parent b1912438
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,12 @@ lookupRn and_then name = do
(False,maps_to) -> do outRn name; return (and_then maps_to)
(True, maps_to) -> return (and_then maps_to)
--------------------------------------------------------------------------------
-- Looking up names
--------------------------------------------------------------------------------
newtype OrdName = MkOrdName Name
instance Eq OrdName where
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment