Skip to content
Snippets Groups Projects
Commit 317148f9 authored by Gabor Greif's avatar Gabor Greif :speech_balloon:
Browse files

Typo in comment

parent 77a87f18
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ member var typeExp = case typeExp of
-- unify function ----------------------------------------------------------------------------------
--
-- This function takes a list of Type Expression Pairs, a Theta (binding of temporary type variables
-- or binding of dummy type varialbes). It unifies each pair in the list and returns a new Theta.
-- or binding of dummy type variables). It unifies each pair in the list and returns a new Theta.
-- This function is used in two separate occasions: to bind dummy type variables in a polymorphic
-- function and to bind temporary type variables in the parse tree. The two occassions are handled
-- separately. Hence 2. & 4. can't never be used at the same time.
......
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