Skip to content

Commit a8f34ba

Browse files
authored
Merge pull request #478 from tweag/improve-wording-about-ur
Improve wording about Ur
2 parents 16795c7 + 9a0e772 commit a8f34ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Unrestricted/Linear.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- = /Critical/ Definition: Restricted
55
--
66
-- In a linear function @f :: a %1-> b@, the argument @a@ must
7-
-- be used in a linear way. Its use is __restricted__ while
7+
-- be used in a linear way. Its use is __restricted__. By contrast,
88
-- an argument in a non-linear function is __unrestricted__.
99
--
1010
-- Hence, a linear function with an argument of @Ur a@ (@Ur@ is short for

0 commit comments

Comments
 (0)