ruby_learner 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.rspec +3 -0
- data/.travis.yml +5 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +58 -0
- data/LICENSE.txt +21 -0
- data/README.md +65 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/new_terminal +25 -0
- data/bin/setup +8 -0
- data/docs/happy_ruby/RussOlsen_EloquentRuby_c1.pdf +0 -0
- data/docs/happy_ruby/RussOlsen_EloquentRuby_c5.pdf +0 -0
- data/docs/happy_ruby/TanoshiiRuby_v3_c23.pdf +0 -0
- data/docs/happy_ruby/TanoshiiRuby_v5_c1.pdf +0 -0
- data/docs/happy_ruby/TanoshiiRuby_v5_c2-3.pdf +0 -0
- data/docs/happy_ruby/c2.ipynb +479 -0
- data/docs/happy_ruby/c3_4.ipynb +237 -0
- data/docs/seminar/8-1.org +18 -0
- data/exe/ruby_learner +5 -0
- data/lib/ruby_learner/h.rb +14 -0
- data/lib/ruby_learner/methods.rb +131 -0
- data/lib/ruby_learner/random_h.rb +16 -0
- data/lib/ruby_learner/ruby_learner.rb +43 -0
- data/lib/ruby_learner/sequential_h.rb +15 -0
- data/lib/ruby_learner/typing_practice.rb +21 -0
- data/lib/ruby_learner/version.rb +3 -0
- data/questions/random_check/.rspec +1 -0
- data/questions/random_check/random_h.rb +16 -0
- data/questions/random_check/section_1/.rspec +1 -0
- data/questions/random_check/section_1/lib/answer.rb +15 -0
- data/questions/random_check/section_1/lib/sentence.org +9 -0
- data/questions/random_check/section_1/lib/workplace.rb +5 -0
- data/questions/random_check/section_1/spec/spec_helper.rb +100 -0
- data/questions/random_check/section_1/spec/workplace_spec.rb +10 -0
- data/questions/random_check/section_2/.rspec +1 -0
- data/questions/random_check/section_2/lib/answer.rb +17 -0
- data/questions/random_check/section_2/lib/sentence.org +12 -0
- data/questions/random_check/section_2/lib/workplace.rb +5 -0
- data/questions/random_check/section_2/spec/.rspec +1 -0
- data/questions/random_check/section_2/spec/spec_helper.rb +100 -0
- data/questions/random_check/section_2/spec/workplace_spec.rb +11 -0
- data/questions/sequential_check/section_1/part_1/lib/answer.rb +9 -0
- data/questions/sequential_check/section_1/part_1/lib/sentence.org +9 -0
- data/questions/sequential_check/section_1/part_1/lib/workplace.rb +5 -0
- data/questions/sequential_check/section_1/part_1/spec/spec_helper.rb +100 -0
- data/questions/sequential_check/section_1/part_1/spec/workplace_spec.rb +10 -0
- data/questions/sequential_check/section_1/part_2/lib/answer.rb +16 -0
- data/questions/sequential_check/section_1/part_2/lib/sentence.org +12 -0
- data/questions/sequential_check/section_1/part_2/lib/workplace.rb +5 -0
- data/questions/sequential_check/section_1/part_2/spec/.rspec +1 -0
- data/questions/sequential_check/section_1/part_2/spec/spec_helper.rb +100 -0
- data/questions/sequential_check/section_1/part_2/spec/workplace_spec.rb +11 -0
- data/ruby_learner.gemspec +41 -0
- data/takahashi/docs/README.org +139 -0
- data/takahashi/docs/drill.html +875 -0
- data/takahashi/docs/drill.html~ +877 -0
- data/takahashi/docs/drill.org +446 -0
- data/takahashi/docs/ruby_for_beginner.html +2642 -0
- data/takahashi/docs/ruby_for_beginner.org +1430 -0
- data/takahashi/sample_prog/answer/10_1.rb +5 -0
- data/takahashi/sample_prog/answer/11_1.rb +5 -0
- data/takahashi/sample_prog/answer/11_2.rb +4 -0
- data/takahashi/sample_prog/answer/1_1.rb +1 -0
- data/takahashi/sample_prog/answer/1_2.rb +1 -0
- data/takahashi/sample_prog/answer/1_3.rb +1 -0
- data/takahashi/sample_prog/answer/2_1.rb +5 -0
- data/takahashi/sample_prog/answer/2_2.rb +12 -0
- data/takahashi/sample_prog/answer/3_1.rb +10 -0
- data/takahashi/sample_prog/answer/4_1.rb +7 -0
- data/takahashi/sample_prog/answer/5_1.rb +6 -0
- data/takahashi/sample_prog/answer/5_2.rb +3 -0
- data/takahashi/sample_prog/answer/6_1.rb +3 -0
- data/takahashi/sample_prog/answer/6_2.rb +5 -0
- data/takahashi/sample_prog/answer/6_3.rb +5 -0
- data/takahashi/sample_prog/answer/6_4.rb +7 -0
- data/takahashi/sample_prog/answer/7_1.rb +3 -0
- data/takahashi/sample_prog/answer/7_2.rb +8 -0
- data/takahashi/sample_prog/answer/9_1.rb +3 -0
- data/takahashi/sample_prog/answer/9_2.rb +5 -0
- data/takahashi/sample_prog/answer/9_3.rb +10 -0
- data/takahashi/sample_prog/answer/hello.rb +3 -0
- data/workshop/.rspec +1 -0
- data/workshop/emacs.d/ac-comphist.dat +50 -0
- data/workshop/emacs.d/cp5022x.el +156 -0
- data/workshop/emacs.d/elpa/archives/gnu/archive-contents +1240 -0
- data/workshop/emacs.d/elpa/archives/melpa/archive-contents +2 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/auto-complete-autoloads.el +65 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/auto-complete-config.el +551 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/auto-complete-config.elc +0 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/auto-complete-pkg.el +6 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/auto-complete.el +2164 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/auto-complete.elc +0 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/ada-mode +72 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/c++-mode +99 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/c-mode +55 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/caml-mode +231 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/clojure-mode +580 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/clojurescript-mode +475 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/coq-mode +278 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/css-mode +874 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/erlang-mode +216 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/ess-julia-mode +37 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/go-mode +25 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/haskell-mode +679 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/java-mode +53 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/js-mode +148 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/julia-mode +37 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/lua-mode +21 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/nim-mode +70 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/objc-mode +161 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/octave-mode +46 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/php-mode +6144 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/python-mode +379 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/qml-mode +183 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/ruby-mode +181 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/scala-mode +1347 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/scheme-mode +216 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/sclang-mode +1481 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/sh-mode +182 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/swift-mode +87 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/tcl-mode +172 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/ts-mode +797 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/tuareg-mode +231 -0
- data/workshop/emacs.d/elpa/auto-complete-20170124.1845/dict/verilog-mode +313 -0
- data/workshop/emacs.d/elpa/better-defaults-20170613.2104/better-defaults-autoloads.el +16 -0
- data/workshop/emacs.d/elpa/better-defaults-20170613.2104/better-defaults-pkg.el +2 -0
- data/workshop/emacs.d/elpa/better-defaults-20170613.2104/better-defaults.el +90 -0
- data/workshop/emacs.d/elpa/better-defaults-20170613.2104/better-defaults.elc +0 -0
- data/workshop/emacs.d/elpa/haml-mode-20170923.2153/haml-mode-autoloads.el +26 -0
- data/workshop/emacs.d/elpa/haml-mode-20170923.2153/haml-mode-pkg.el +2 -0
- data/workshop/emacs.d/elpa/haml-mode-20170923.2153/haml-mode.el +877 -0
- data/workshop/emacs.d/elpa/haml-mode-20170923.2153/haml-mode.elc +0 -0
- data/workshop/emacs.d/elpa/haml-mode-readme.txt +8 -0
- data/workshop/emacs.d/elpa/material-theme-20171123.1040/material-light-theme.el +918 -0
- data/workshop/emacs.d/elpa/material-theme-20171123.1040/material-light-theme.elc +0 -0
- data/workshop/emacs.d/elpa/material-theme-20171123.1040/material-theme-autoloads.el +32 -0
- data/workshop/emacs.d/elpa/material-theme-20171123.1040/material-theme-pkg.el +8 -0
- data/workshop/emacs.d/elpa/material-theme-20171123.1040/material-theme.el +912 -0
- data/workshop/emacs.d/elpa/material-theme-20171123.1040/material-theme.elc +0 -0
- data/workshop/emacs.d/elpa/ox-bibtex-chinese-readme.txt +21 -0
- data/workshop/emacs.d/elpa/popup-20160709.729/popup-autoloads.el +15 -0
- data/workshop/emacs.d/elpa/popup-20160709.729/popup-pkg.el +2 -0
- data/workshop/emacs.d/elpa/popup-20160709.729/popup.el +1432 -0
- data/workshop/emacs.d/elpa/popup-20160709.729/popup.elc +0 -0
- data/workshop/emacs.d/elpa/yaml-mode-20180212.1556/yaml-mode-autoloads.el +33 -0
- data/workshop/emacs.d/elpa/yaml-mode-20180212.1556/yaml-mode-pkg.el +2 -0
- data/workshop/emacs.d/elpa/yaml-mode-20180212.1556/yaml-mode.el +470 -0
- data/workshop/emacs.d/elpa/yaml-mode-20180212.1556/yaml-mode.elc +0 -0
- data/workshop/emacs.d/elpa/yaml-mode-readme.txt +25 -0
- data/workshop/emacs.d/haml-mode-master/.gitignore +1 -0
- data/workshop/emacs.d/haml-mode-master/.mailmap +2 -0
- data/workshop/emacs.d/haml-mode-master/MIT-LICENSE +20 -0
- data/workshop/emacs.d/haml-mode-master/README.md +47 -0
- data/workshop/emacs.d/haml-mode-master/haml-mode.el +887 -0
- data/workshop/emacs.d/iceberg_theme.el +202 -0
- data/workshop/emacs.d/init-open-recentf.el +133 -0
- data/workshop/emacs.d/init.el +229 -0
- data/workshop/emacs.d/inits/line-num.el +264 -0
- data/workshop/emacs.d/install-elisp.el +366 -0
- data/workshop/emacs.d/markdown-mode/markdown-mode.el +5978 -0
- data/workshop/emacs.d/notes +12 -0
- data/workshop/emacs.d/processing-mode/processing-mode.el +275 -0
- data/workshop/emacs.d/recentf +31 -0
- data/workshop/emacs.d/ruby-mode/inf-ruby.el +416 -0
- data/workshop/emacs.d/ruby-mode/rdoc-mode.el +130 -0
- data/workshop/emacs.d/ruby-mode/ruby-electric.el +205 -0
- data/workshop/emacs.d/ruby-mode/ruby-mode.el +1496 -0
- data/workshop/emacs.d/ruby-mode/ruby-style.el +78 -0
- data/workshop/emacs.d/ruby-mode/rubydb2x.el +104 -0
- data/workshop/emacs.d/ruby-mode/rubydb3x.el +115 -0
- data/workshop/emacs.d/ruby_learner_init.el +244 -0
- data/workshop/emacs.d/themes/dracula-theme.el +431 -0
- data/workshop/emacs.d/themes/iceberg-theme.el +205 -0
- data/workshop/emacs.d/themes/my-misterioso-theme.el +109 -0
- data/workshop/emacs.d/themes/my-wombat-theme.el +121 -0
- data/workshop/emacs.d/wiki-mode/wiki.el +976 -0
- data/workshop/emacs_help.org +34 -0
- data/workshop/lib/answer.rb +1 -0
- data/workshop/lib/sentence.org +1 -0
- data/workshop/lib/workplace.rb +1 -0
- data/workshop/restore/empty.rb +0 -0
- data/workshop/spec/spec_helper.rb +100 -0
- data/workshop/spec/workplace_spec.rb +1 -0
- data/workshop/training_data.txt +3 -0
- metadata +343 -0
@@ -0,0 +1,679 @@
|
|
1
|
+
Arrows
|
2
|
+
BangPatterns
|
3
|
+
Bool
|
4
|
+
Bounded
|
5
|
+
CPP
|
6
|
+
Char
|
7
|
+
Complex
|
8
|
+
ConstrainedClassMethods
|
9
|
+
Control.Applicative
|
10
|
+
Control.Arrow
|
11
|
+
Control.Category
|
12
|
+
Control.Concurrent
|
13
|
+
Control.Concurrent.MVar
|
14
|
+
Control.Concurrent.QSem
|
15
|
+
Control.Concurrent.QSemN
|
16
|
+
Control.Concurrent.STM
|
17
|
+
Control.Concurrent.STM.TArray
|
18
|
+
Control.Concurrent.STM.TChan
|
19
|
+
Control.Concurrent.STM.TMVar
|
20
|
+
Control.Concurrent.STM.TVar
|
21
|
+
Control.Concurrent.SampleVar
|
22
|
+
Control.Exception
|
23
|
+
Control.Exception.Base
|
24
|
+
Control.Monad
|
25
|
+
Control.Monad.Cont
|
26
|
+
Control.Monad.Cont.Class
|
27
|
+
Control.Monad.Error
|
28
|
+
Control.Monad.Error.Class
|
29
|
+
Control.Monad.Fix
|
30
|
+
Control.Monad.Identity
|
31
|
+
Control.Monad.Instances
|
32
|
+
Control.Monad.List
|
33
|
+
Control.Monad.RWS
|
34
|
+
Control.Monad.RWS.Class
|
35
|
+
Control.Monad.RWS.Lazy
|
36
|
+
Control.Monad.RWS.Strict
|
37
|
+
Control.Monad.Reader
|
38
|
+
Control.Monad.Reader.Class
|
39
|
+
Control.Monad.ST
|
40
|
+
Control.Monad.ST.Lazy
|
41
|
+
Control.Monad.ST.Strict
|
42
|
+
Control.Monad.STM
|
43
|
+
Control.Monad.State
|
44
|
+
Control.Monad.State.Class
|
45
|
+
Control.Monad.State.Lazy
|
46
|
+
Control.Monad.State.Strict
|
47
|
+
Control.Monad.Trans
|
48
|
+
Control.Monad.Writer
|
49
|
+
Control.Monad.Writer.Class
|
50
|
+
Control.Monad.Writer.Lazy
|
51
|
+
Control.Monad.Writer.Strict
|
52
|
+
Control.OldException
|
53
|
+
Control.Parallel
|
54
|
+
Control.Parallel.Strategies
|
55
|
+
DEPRECATED
|
56
|
+
Data.Array
|
57
|
+
Data.Array.Diff
|
58
|
+
Data.Array.IArray
|
59
|
+
Data.Array.IO
|
60
|
+
Data.Array.IO.Internals
|
61
|
+
Data.Array.MArray
|
62
|
+
Data.Array.Paralell
|
63
|
+
Data.Array.Paralell.Arr
|
64
|
+
Data.Array.Paralell.Base
|
65
|
+
Data.Array.Paralell.Int
|
66
|
+
Data.Array.Paralell.Lifted
|
67
|
+
Data.Array.Paralell.PArray
|
68
|
+
Data.Array.Paralell.Prelude
|
69
|
+
Data.Array.Paralell.Prelude.Double
|
70
|
+
Data.Array.Paralell.Stream
|
71
|
+
Data.Array.Paralell.Unlifted
|
72
|
+
Data.Array.Paralell.Unlifted.Distributed
|
73
|
+
Data.Array.Paralell.Unlifted.Paralell
|
74
|
+
Data.Array.Paralell.Unlifted.Sqeuential
|
75
|
+
Data.Array.Paralell.Word8
|
76
|
+
Data.Array.ST
|
77
|
+
Data.Array.Storable
|
78
|
+
Data.Array.Unboxed
|
79
|
+
Data.Bits
|
80
|
+
Data.Bool
|
81
|
+
Data.ByteString
|
82
|
+
Data.ByteString.Char8
|
83
|
+
Data.ByteString.Fusion
|
84
|
+
Data.ByteString.Internal
|
85
|
+
Data.ByteString.Lazy
|
86
|
+
Data.ByteString.Lazy.Char8
|
87
|
+
Data.ByteString.Lazy.Fusion
|
88
|
+
Data.ByteString.Lazy.Internal
|
89
|
+
Data.ByteString.Unsafe
|
90
|
+
Data.Char
|
91
|
+
Data.Complex
|
92
|
+
Data.Data
|
93
|
+
Data.Dynamic
|
94
|
+
Data.Either
|
95
|
+
Data.Eq
|
96
|
+
Data.Fixed
|
97
|
+
Data.Foldable
|
98
|
+
Data.Function
|
99
|
+
Data.Generics
|
100
|
+
Data.Generics.Aliases
|
101
|
+
Data.Generics.Basics
|
102
|
+
Data.Generics.Instances
|
103
|
+
Data.Generics.Schemes
|
104
|
+
Data.Generics.Text
|
105
|
+
Data.Generics.Twins
|
106
|
+
Data.Graph
|
107
|
+
Data.HashTable
|
108
|
+
Data.IORef
|
109
|
+
Data.Int
|
110
|
+
Data.IntMap
|
111
|
+
Data.IntSet
|
112
|
+
Data.Ix
|
113
|
+
Data.List
|
114
|
+
Data.Map
|
115
|
+
Data.Maybe
|
116
|
+
Data.Monoid
|
117
|
+
Data.Ord
|
118
|
+
Data.Ratio
|
119
|
+
Data.STRef
|
120
|
+
Data.STRef.Lazy
|
121
|
+
Data.STRef.Strict
|
122
|
+
Data.Sequence
|
123
|
+
Data.Set
|
124
|
+
Data.String
|
125
|
+
Data.Time
|
126
|
+
Data.Time.Calendar
|
127
|
+
Data.Time.Calendar.Easter
|
128
|
+
Data.Time.Calendar.Julian
|
129
|
+
Data.Time.Calendar.MonthDay
|
130
|
+
Data.Time.Calendar.OrdinalDate
|
131
|
+
Data.Time.Calendar.WeekDate
|
132
|
+
Data.Time.Clock
|
133
|
+
Data.Time.Clock.POSIX
|
134
|
+
Data.Time.Clock.TAI
|
135
|
+
Data.Time.Format
|
136
|
+
Data.Time.LocalTime
|
137
|
+
Data.Traversable
|
138
|
+
Data.Tree
|
139
|
+
Data.Tuple
|
140
|
+
Data.Typeable
|
141
|
+
Data.Unique
|
142
|
+
Data.Version
|
143
|
+
Data.Word
|
144
|
+
Debug.Trace
|
145
|
+
DeriveDataTypeable
|
146
|
+
DisambiguateRecordFields
|
147
|
+
Distribution.Compat.ReadP
|
148
|
+
Distribution.Compiler
|
149
|
+
Distribution.InstalledPackageInfo
|
150
|
+
Distribution.License
|
151
|
+
Distribution.Make
|
152
|
+
Distribution.ModuleName
|
153
|
+
Distribution.Package
|
154
|
+
Distribution.PackageDescription
|
155
|
+
Distribution.PackageDescription.Check
|
156
|
+
Distribution.PackageDescription.Configuration
|
157
|
+
Distribution.PackageDescription.Parse
|
158
|
+
Distribution.ParseUtils
|
159
|
+
Distribution.ReadE
|
160
|
+
Distribution.Simple
|
161
|
+
Distribution.Simple.Build
|
162
|
+
Distribution.Simple.Build.Macros
|
163
|
+
Distribution.Simple.Build.PathsModule
|
164
|
+
Distribution.Simple.BuildPaths
|
165
|
+
Distribution.Simple.Command
|
166
|
+
Distribution.Simple.Compiler
|
167
|
+
Distribution.Simple.Configure
|
168
|
+
Distribution.Simple.GHC
|
169
|
+
Distribution.Simple.Haddock
|
170
|
+
Distribution.Simple.Hugs
|
171
|
+
Distribution.Simple.Install
|
172
|
+
Distribution.Simple.InstallDirs
|
173
|
+
Distribution.Simple.JHC
|
174
|
+
Distribution.Simple.LocalBuildInfo
|
175
|
+
Distribution.Simple.NHC
|
176
|
+
Distribution.Simple.PackageIndex
|
177
|
+
Distribution.Simple.PreProcess
|
178
|
+
Distribution.Simple.PreProcess.Unlit
|
179
|
+
Distribution.Simple.Program
|
180
|
+
Distribution.Simple.Register
|
181
|
+
Distribution.Simple.Setup
|
182
|
+
Distribution.Simple.SrcDist
|
183
|
+
Distribution.Simple.UserHooks
|
184
|
+
Distribution.Simple.Utils
|
185
|
+
Distribution.System
|
186
|
+
Distribution.Text
|
187
|
+
Distribution.Verbosity
|
188
|
+
Distribution.Version
|
189
|
+
Double
|
190
|
+
EQ
|
191
|
+
Either
|
192
|
+
EmptyDataDecls
|
193
|
+
Enum
|
194
|
+
Eq
|
195
|
+
ExistentialQuantification
|
196
|
+
ExtendedDefaultRules
|
197
|
+
False
|
198
|
+
FilePath
|
199
|
+
FlexibleContexts
|
200
|
+
FlexibleInstances
|
201
|
+
Float
|
202
|
+
Floating
|
203
|
+
Foreign
|
204
|
+
Foreign.C
|
205
|
+
Foreign.C.Error
|
206
|
+
Foreign.C.String
|
207
|
+
Foreign.C.Types
|
208
|
+
Foreign.Concurrent
|
209
|
+
Foreign.ForeignPtr
|
210
|
+
Foreign.Marshal
|
211
|
+
Foreign.Marshal.Alloc
|
212
|
+
Foreign.Marshal.Array
|
213
|
+
Foreign.Marshal.Error
|
214
|
+
Foreign.Marshal.Pool
|
215
|
+
Foreign.Marshal.Utils
|
216
|
+
Foreign.Ptr
|
217
|
+
Foreign.StablePtr
|
218
|
+
Foreign.Storable
|
219
|
+
ForeignFunctionInterface
|
220
|
+
Fractional
|
221
|
+
FunctionnalDependencies
|
222
|
+
Functor
|
223
|
+
GADTs
|
224
|
+
GHC.Arr
|
225
|
+
GHC.Bool
|
226
|
+
GHC.Conc
|
227
|
+
GHC.ConsoleHandler
|
228
|
+
GHC.Desugar
|
229
|
+
GHC.Environment
|
230
|
+
GHC.Err
|
231
|
+
GHC.Exts
|
232
|
+
GHC.Generics
|
233
|
+
GHC.Handle
|
234
|
+
GHC.Ordering
|
235
|
+
GHC.PArr
|
236
|
+
GHC.Prim
|
237
|
+
GHC.PrimopWrappers
|
238
|
+
GHC.Tuple
|
239
|
+
GHC.Types
|
240
|
+
GHC.Unicode
|
241
|
+
GHC.Unit
|
242
|
+
GT
|
243
|
+
GeneralizedNewtypeDeriving
|
244
|
+
Generics
|
245
|
+
INCLUDE
|
246
|
+
INLINE
|
247
|
+
IO
|
248
|
+
IOError
|
249
|
+
IOException
|
250
|
+
ImplicitParams
|
251
|
+
ImplicitPrelude
|
252
|
+
ImpredicativeTypes
|
253
|
+
IncoherentInstances
|
254
|
+
Int
|
255
|
+
Integer
|
256
|
+
Integral
|
257
|
+
Just
|
258
|
+
KindSignatures
|
259
|
+
LANGUAGE
|
260
|
+
LINE
|
261
|
+
LT
|
262
|
+
Language.Haskell.Extension
|
263
|
+
Language.Haskell.Lexer
|
264
|
+
Language.Haskell.ParseMonad
|
265
|
+
Language.Haskell.ParseUtils
|
266
|
+
Language.Haskell.Parser
|
267
|
+
Language.Haskell.Pretty
|
268
|
+
Language.Haskell.Syntax
|
269
|
+
Language.Haskell.TH
|
270
|
+
Language.Haskell.TH.Lib
|
271
|
+
Language.Haskell.TH.Ppr
|
272
|
+
Language.Haskell.TH.PprLib
|
273
|
+
Language.Haskell.TH.Quote
|
274
|
+
Language.Haskell.TH.Syntax
|
275
|
+
Left
|
276
|
+
LiberalTypeSynonyms
|
277
|
+
MagicHash
|
278
|
+
Maybe
|
279
|
+
Monad
|
280
|
+
MonoPatBinds
|
281
|
+
MonomorphismRestriction
|
282
|
+
MultiParamTypeClasses
|
283
|
+
NOINLINE
|
284
|
+
NamedFieldPuns
|
285
|
+
Network
|
286
|
+
Network.BSD
|
287
|
+
Network.Socket
|
288
|
+
Network.URI
|
289
|
+
NewQualifiedOperators
|
290
|
+
NoArrows
|
291
|
+
NoBangPatterns
|
292
|
+
NoCPP
|
293
|
+
NoConstrainedClassMethods
|
294
|
+
NoDeriveDataTypeable
|
295
|
+
NoDisambiguateRecordFields
|
296
|
+
NoEmptyDataDecls
|
297
|
+
NoExistentialQuantification
|
298
|
+
NoExtendedDefaultRules
|
299
|
+
NoFlexibleContexts
|
300
|
+
NoFlexibleInstances
|
301
|
+
NoForeignFunctionInterface
|
302
|
+
NoFunctionnalDependencies
|
303
|
+
NoGADTs
|
304
|
+
NoGeneralizedNewtypeDeriving
|
305
|
+
NoGenerics
|
306
|
+
NoImplicitParams
|
307
|
+
NoImplicitPrelude
|
308
|
+
NoImpredicativeTypes
|
309
|
+
NoIncoherentInstances
|
310
|
+
NoKindSignatures
|
311
|
+
NoLiberalTypeSynonyms
|
312
|
+
NoMagicHash
|
313
|
+
NoMonoPatBinds
|
314
|
+
NoMonomorphismRestriction
|
315
|
+
NoMultiParamTypeClasses
|
316
|
+
NoNamedFieldPuns
|
317
|
+
NoNewQualifiedOperators
|
318
|
+
NoOverlappingInstances
|
319
|
+
NoOverloadedStrings
|
320
|
+
NoPArr
|
321
|
+
NoPackageImports
|
322
|
+
NoParallelListComp
|
323
|
+
NoPatternGuards
|
324
|
+
NoPolymorphicComponents
|
325
|
+
NoQuasiQuotes
|
326
|
+
NoRank2Types
|
327
|
+
NoRankNTypes
|
328
|
+
NoRecordWildCards
|
329
|
+
NoRecursiveDo
|
330
|
+
NoRelaxedPolyRec
|
331
|
+
NoScopedTypeVariables
|
332
|
+
NoStandaloneDeriving
|
333
|
+
NoTemplateHaskell
|
334
|
+
NoTransformListComp
|
335
|
+
NoTypeFamilies
|
336
|
+
NoTypeOperators
|
337
|
+
NoTypeSynonymInstances
|
338
|
+
NoUnboxedTuples
|
339
|
+
NoUndecidableInstances
|
340
|
+
NoUnicodeSyntax
|
341
|
+
NoUnliftedFFITypes
|
342
|
+
NoViewPatterns
|
343
|
+
Nothing
|
344
|
+
Num
|
345
|
+
Numeric
|
346
|
+
OPTIONS_GHC
|
347
|
+
Ord
|
348
|
+
Ordering
|
349
|
+
OverlappingInstances
|
350
|
+
OverloadedStrings
|
351
|
+
PArr
|
352
|
+
PackageImports
|
353
|
+
ParallelListComp
|
354
|
+
PatternGuards
|
355
|
+
PolymorphicComponents
|
356
|
+
Prelude
|
357
|
+
QuasiQuotes
|
358
|
+
RULES
|
359
|
+
Rank2Types
|
360
|
+
RankNTypes
|
361
|
+
Ratio
|
362
|
+
Read
|
363
|
+
ReadS
|
364
|
+
Real
|
365
|
+
RealFloat
|
366
|
+
RealFrac
|
367
|
+
RecordWildCards
|
368
|
+
RecursiveDo
|
369
|
+
RelaxedPolyRec
|
370
|
+
Right
|
371
|
+
SOURCE
|
372
|
+
SPECIALIZE
|
373
|
+
ScopedTypeVariables
|
374
|
+
ShowS
|
375
|
+
StandaloneDeriving
|
376
|
+
String
|
377
|
+
System.CPUTime
|
378
|
+
System.Cmd
|
379
|
+
System.Console.Editline
|
380
|
+
System.Console.GetOpt
|
381
|
+
System.Console.Readline
|
382
|
+
System.Directory
|
383
|
+
System.Environment
|
384
|
+
System.Exit
|
385
|
+
System.FilePath
|
386
|
+
System.FilePath.Posix
|
387
|
+
System.FilePath.Windows
|
388
|
+
System.IO
|
389
|
+
System.IO.Error
|
390
|
+
System.IO.Unsafe
|
391
|
+
System.Info
|
392
|
+
System.Locale
|
393
|
+
System.Mem
|
394
|
+
System.Mem.StableName
|
395
|
+
System.Mem.Weak
|
396
|
+
System.Posix
|
397
|
+
System.Posix.Directory
|
398
|
+
System.Posix.DynamicLinker
|
399
|
+
System.Posix.DynamicLinker.Module
|
400
|
+
System.Posix.DynamicLinker.Prim
|
401
|
+
System.Posix.Env
|
402
|
+
System.Posix.Error
|
403
|
+
System.Posix.Files
|
404
|
+
System.Posix.IO
|
405
|
+
System.Posix.Process
|
406
|
+
System.Posix.Process.Internals
|
407
|
+
System.Posix.Resource
|
408
|
+
System.Posix.Semaphore
|
409
|
+
System.Posix.SharedMem
|
410
|
+
System.Posix.Signals
|
411
|
+
System.Posix.Signals.Exts
|
412
|
+
System.Posix.Temp
|
413
|
+
System.Posix.Terminal
|
414
|
+
System.Posix.Time
|
415
|
+
System.Posix.Types
|
416
|
+
System.Posix.Unistd
|
417
|
+
System.Posix.User
|
418
|
+
System.Process
|
419
|
+
System.Random
|
420
|
+
System.Time
|
421
|
+
System.Timeout
|
422
|
+
TemplateHaskell
|
423
|
+
Test.HUnit
|
424
|
+
Test.HUnit.Base
|
425
|
+
Test.HUnit.Lang
|
426
|
+
Test.HUnit.Terminal
|
427
|
+
Test.HUnit.Text
|
428
|
+
Test.QuickCheck
|
429
|
+
Test.QuickCheck.Batch
|
430
|
+
Test.QuickCheck.Poly
|
431
|
+
Test.QuickCheck.Utils
|
432
|
+
Text.Html
|
433
|
+
Text.Html.BlockTable
|
434
|
+
Text.ParserCombinators.Parsec
|
435
|
+
Text.ParserCombinators.Parsec.Char
|
436
|
+
Text.ParserCombinators.Parsec.Combinator
|
437
|
+
Text.ParserCombinators.Parsec.Error
|
438
|
+
Text.ParserCombinators.Parsec.Expr
|
439
|
+
Text.ParserCombinators.Parsec.Language
|
440
|
+
Text.ParserCombinators.Parsec.Perm
|
441
|
+
Text.ParserCombinators.Parsec.Pos
|
442
|
+
Text.ParserCombinators.Parsec.Prim
|
443
|
+
Text.ParserCombinators.Parsec.Token
|
444
|
+
Text.ParserCombinators.ReadP
|
445
|
+
Text.ParserCombinators.ReadPrec
|
446
|
+
Text.PrettyPrint
|
447
|
+
Text.PrettyPrint.HughesPJ
|
448
|
+
Text.Printf
|
449
|
+
Text.Read
|
450
|
+
Text.Read.Lex
|
451
|
+
Text.Regex.Base
|
452
|
+
Text.Regex.Base.Context
|
453
|
+
Text.Regex.Base.Impl
|
454
|
+
Text.Regex.Base.RegexLike
|
455
|
+
Text.Regex.Posix
|
456
|
+
Text.Regex.Posix.ByteString
|
457
|
+
Text.Regex.Posix.String
|
458
|
+
Text.Regex.Posix.Wrap
|
459
|
+
Text.Show
|
460
|
+
Text.Show.Functions
|
461
|
+
Text.XHtml
|
462
|
+
Text.XHtml.Debug
|
463
|
+
Text.XHtml.Frameset
|
464
|
+
Text.XHtml.Strict
|
465
|
+
Text.XHtml.Table
|
466
|
+
Text.XHtml.Transitional
|
467
|
+
Trace.Hpc.Mix
|
468
|
+
Trace.Hpc.Reflect
|
469
|
+
Trace.Hpc.Tix
|
470
|
+
Trace.Hpc.Util
|
471
|
+
TransformListComp
|
472
|
+
True
|
473
|
+
TypeFamilies
|
474
|
+
TypeOperators
|
475
|
+
TypeSynonymInstances
|
476
|
+
UNPACK
|
477
|
+
UnboxedTuples
|
478
|
+
UndecidableInstances
|
479
|
+
UnicodeSyntax
|
480
|
+
UnliftedFFITypes
|
481
|
+
Unsafe.Coerce
|
482
|
+
ViewPatterns
|
483
|
+
WARNING
|
484
|
+
abs
|
485
|
+
acos
|
486
|
+
acosh
|
487
|
+
all
|
488
|
+
and
|
489
|
+
any
|
490
|
+
appendFile
|
491
|
+
as
|
492
|
+
asTypeOf
|
493
|
+
asin
|
494
|
+
asinh
|
495
|
+
atan
|
496
|
+
atan2
|
497
|
+
atanh
|
498
|
+
break
|
499
|
+
case
|
500
|
+
catch
|
501
|
+
ceiling
|
502
|
+
class
|
503
|
+
compare
|
504
|
+
concat
|
505
|
+
concatMap
|
506
|
+
const
|
507
|
+
cos
|
508
|
+
cosh
|
509
|
+
curry
|
510
|
+
cycle
|
511
|
+
data
|
512
|
+
decodeFloat
|
513
|
+
default
|
514
|
+
deriving
|
515
|
+
div
|
516
|
+
divMod
|
517
|
+
do
|
518
|
+
drop
|
519
|
+
dropWhile
|
520
|
+
either
|
521
|
+
elem
|
522
|
+
else
|
523
|
+
encodeFloat
|
524
|
+
enumFrom
|
525
|
+
enumFromThen
|
526
|
+
enumFromThenTo
|
527
|
+
enumFromTo
|
528
|
+
error
|
529
|
+
exp
|
530
|
+
exponent
|
531
|
+
fail
|
532
|
+
filter
|
533
|
+
flip
|
534
|
+
floatDigits
|
535
|
+
floatRadix
|
536
|
+
floatRange
|
537
|
+
floor
|
538
|
+
fmap
|
539
|
+
fold
|
540
|
+
fold1
|
541
|
+
foldr
|
542
|
+
foldr1
|
543
|
+
fromEnum
|
544
|
+
fromInteger
|
545
|
+
fromIntegral
|
546
|
+
fromRational
|
547
|
+
fst
|
548
|
+
gcd
|
549
|
+
getChar
|
550
|
+
getContents
|
551
|
+
getLine
|
552
|
+
head
|
553
|
+
hiding
|
554
|
+
id
|
555
|
+
if
|
556
|
+
import
|
557
|
+
in
|
558
|
+
infix
|
559
|
+
infixl
|
560
|
+
infixr
|
561
|
+
init
|
562
|
+
instance
|
563
|
+
intract
|
564
|
+
ioError
|
565
|
+
isDenormalized
|
566
|
+
isIEEE
|
567
|
+
isInfinite
|
568
|
+
isNan
|
569
|
+
isNegativeZero
|
570
|
+
iterate
|
571
|
+
last
|
572
|
+
lcm
|
573
|
+
length
|
574
|
+
let
|
575
|
+
lex
|
576
|
+
lines
|
577
|
+
log
|
578
|
+
logBase
|
579
|
+
lookup
|
580
|
+
map
|
581
|
+
mapM
|
582
|
+
mapM_
|
583
|
+
max
|
584
|
+
maxBound
|
585
|
+
maximum
|
586
|
+
maybe
|
587
|
+
min
|
588
|
+
minBound
|
589
|
+
minimum
|
590
|
+
mod
|
591
|
+
module
|
592
|
+
negate
|
593
|
+
newtype
|
594
|
+
not
|
595
|
+
notElem
|
596
|
+
null
|
597
|
+
odd
|
598
|
+
of
|
599
|
+
or
|
600
|
+
otherwise
|
601
|
+
pi
|
602
|
+
pred
|
603
|
+
print
|
604
|
+
product
|
605
|
+
properFraction
|
606
|
+
putChar
|
607
|
+
putStr
|
608
|
+
putStrLn
|
609
|
+
qualified
|
610
|
+
quot
|
611
|
+
quotRem
|
612
|
+
read
|
613
|
+
readFile
|
614
|
+
readIO
|
615
|
+
readList
|
616
|
+
readLn
|
617
|
+
readParen
|
618
|
+
reads
|
619
|
+
readsPrec
|
620
|
+
realtoFrac
|
621
|
+
recip
|
622
|
+
rem
|
623
|
+
repeat
|
624
|
+
replicate
|
625
|
+
return
|
626
|
+
reverse
|
627
|
+
round
|
628
|
+
scaleFloat
|
629
|
+
scanl
|
630
|
+
scanl1
|
631
|
+
scanr
|
632
|
+
scanr1
|
633
|
+
seq
|
634
|
+
sequence
|
635
|
+
sequence_
|
636
|
+
show
|
637
|
+
showChar
|
638
|
+
showList
|
639
|
+
showParen
|
640
|
+
showString
|
641
|
+
shows
|
642
|
+
showsPrec
|
643
|
+
significand
|
644
|
+
signum
|
645
|
+
sin
|
646
|
+
sinh
|
647
|
+
snd
|
648
|
+
span
|
649
|
+
splitAt
|
650
|
+
sqrt
|
651
|
+
subtract
|
652
|
+
succ
|
653
|
+
sum
|
654
|
+
tail
|
655
|
+
take
|
656
|
+
takeWhile
|
657
|
+
tan
|
658
|
+
tanh
|
659
|
+
then
|
660
|
+
toEnum
|
661
|
+
toInteger
|
662
|
+
toRational
|
663
|
+
truncate
|
664
|
+
type
|
665
|
+
uncurry
|
666
|
+
undefined
|
667
|
+
unlines
|
668
|
+
until
|
669
|
+
unwords
|
670
|
+
unzip
|
671
|
+
unzip3
|
672
|
+
userError
|
673
|
+
where
|
674
|
+
words
|
675
|
+
writeFile
|
676
|
+
zip
|
677
|
+
zip3
|
678
|
+
zipWith
|
679
|
+
zipWith3
|
@@ -0,0 +1,53 @@
|
|
1
|
+
abstract
|
2
|
+
assert
|
3
|
+
boolean
|
4
|
+
break
|
5
|
+
byte
|
6
|
+
case
|
7
|
+
catch
|
8
|
+
char
|
9
|
+
class
|
10
|
+
const
|
11
|
+
continue
|
12
|
+
default
|
13
|
+
do
|
14
|
+
double
|
15
|
+
else
|
16
|
+
enum
|
17
|
+
extends
|
18
|
+
final
|
19
|
+
finally
|
20
|
+
float
|
21
|
+
for
|
22
|
+
goto
|
23
|
+
if
|
24
|
+
implements
|
25
|
+
import
|
26
|
+
instanceof
|
27
|
+
int
|
28
|
+
interface
|
29
|
+
long
|
30
|
+
native
|
31
|
+
new
|
32
|
+
package
|
33
|
+
private
|
34
|
+
protected
|
35
|
+
public
|
36
|
+
return
|
37
|
+
short
|
38
|
+
static
|
39
|
+
strictfp
|
40
|
+
super
|
41
|
+
switch
|
42
|
+
synchronized
|
43
|
+
this
|
44
|
+
throw
|
45
|
+
throws
|
46
|
+
transient
|
47
|
+
try
|
48
|
+
void
|
49
|
+
volatile
|
50
|
+
while
|
51
|
+
@Override
|
52
|
+
@Deprecated
|
53
|
+
@SuppressWarnings
|