Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
uebung2017_2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FFPiH
uebung2017_2
Commits
0c89ace6
Commit
0c89ace6
authored
7 years ago
by
Yannick Gottschalk
Browse files
Options
Downloads
Patches
Plain Diff
Added README
Changed hint to Aufgabe 4
parent
363316dc
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.md
+20
-0
20 additions, 0 deletions
README.md
src/Aufgabe4.hs
+2
-3
2 additions, 3 deletions
src/Aufgabe4.hs
src/Aufgabe4.lhs
+2
-3
2 additions, 3 deletions
src/Aufgabe4.lhs
src/Aufgabe4.md
+2
-3
2 additions, 3 deletions
src/Aufgabe4.md
test/Aufgabe4-Spec.hs
+3
-3
3 additions, 3 deletions
test/Aufgabe4-Spec.hs
with
29 additions
and
12 deletions
README.md
0 → 100644
+
20
−
0
View file @
0c89ace6
Übungszettel 2
==============
Die Aufgaben 1 - 3 finden sie auf dem branch master in diesem Repository.
Die Aufgabe 4 liegt auf dem branch ghc-vis.
Installationsanleitung Aufgabe4
-------------------------------
Techfak Setup
> $ git checkout ghc-vis
> $ ./install_dependencies.sh
> $ stack build
Home Setup
> $ git checkout ghc-vis
> $ stack setup
> $ stack install gtk2hs-buildtools
> $ stack build
This diff is collapsed.
Click to expand it.
src/Aufgabe4.hs
+
2
−
3
View file @
0c89ace6
module
Aufgabe4
where
module
Aufgabe4
where
-- Aufgabe 4 finden Sie auf dem branch `ghc-vis`.
-- Aufgabe 4 finden befindet sich auf dem Branch `ghc-vis`.
-- Sie können auf diesen mit dem Befehl `git checkout ghc-vis` gelangen.
-- Weitere Informationen in der README.md
-- Führen Sie dort zunächst das Installationsscript `install_dependencies.sh` aus.
result
=
"foo"
result
=
"foo"
This diff is collapsed.
Click to expand it.
src/Aufgabe4.lhs
+
2
−
3
View file @
0c89ace6
> module Aufgabe4 where
> module Aufgabe4 where
Aufgabe 4 finden Sie auf dem branch `ghc-vis`.
Aufgabe 4 finden befindet sich auf dem Branch `ghc-vis`.
Sie können auf diesen mit dem Befehl `git checkout ghc-vis` gelangen.
Weitere Informationen in der README.md
Führen Sie dort zunächst das Installationsscript `install_dependencies.sh` aus.
>
result
=
"foo"
>
result
=
"foo"
This diff is collapsed.
Click to expand it.
src/Aufgabe4.md
+
2
−
3
View file @
0c89ace6
> module Aufgabe4 where
> module Aufgabe4 where
Aufgabe 4 finden Sie auf dem branch
`ghc-vis`
.
Aufgabe 4 finden befindet sich auf dem Branch
`ghc-vis`
.
Sie können auf diesen mit dem Befehl
`git checkout ghc-vis`
gelangen.
Weitere Informationen in der README.md
Führen Sie dort zunächst das Installationsscript
`install_dependencies.sh`
aus.
> result = "foo"
> result = "foo"
This diff is collapsed.
Click to expand it.
test/Aufgabe4-Spec.hs
+
3
−
3
View file @
0c89ace6
main
::
IO
()
main
::
IO
()
main
=
putStrLn
$
"Für Aufgabe 4 sind keine Tests vorgesehen.
\n
"
main
=
putStrLn
$
"Für Aufgabe 4 sind keine Tests vorgesehen.
\n
"
++
"
Zur Bearbeitung von Aufgabe 4 wechseln Sie bitte
auf de
n b
ranch `ghc-vis`.
\n
"
++
"
Aufgabe 4 finden befindet sich
auf de
m B
ranch `ghc-vis`.
\n
"
++
"
Dies erreichen Sie mit dem Befehl `git checkout ghc-vis`.
\n
"
++
"
Weitere Informationen in der README.md
\n
"
++
"Führen Sie dort zunächst das Installationsscript `install_dependencies.sh` aus. "
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment