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

Wibble

parent 8b423693
Branches
Tags
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.
Please register or to comment