Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
80a718eb
Commit
80a718eb
authored
Jul 03, 2011
by
Ian Lynagh
Browse files
Fix typos
parent
e01fffc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/safe_haskell.xml
View file @
80a718eb
...
...
@@ -103,7 +103,7 @@
the Safe language or place any restrictions on the allowed Haskell code.
The trust guarantee is provided by the module author, not GHC. An import
statement with the safe keyword results in a compilation error if the
imported module is not trus
s
ted. An import statement without the keyword
imported module is not trusted. An import statement without the keyword
behaves as usual and can import any module whether trusted or
not.
</listitem>
</itemizedlist>
...
...
@@ -184,7 +184,7 @@
<title>
Safe Language
&
Imports without Trust
</title>
Safe Haskell also allows the new language extensions -- the Safe language
dialect and safe imports -- to be used independtly of any trust
dialect and safe imports -- to be used independ
en
tly of any trust
assertions for the code.
<itemizedlist>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment