being the teaching materials and exercises for CS410 in the 2018/19 session
Agda
57
52 commits
updated Apr 15, 2019
being the lecture materials and exercises for the 2018/19 session of CS410 Advanced Functional Programming at the University of Strathclyde
Check if you're using bash $ echo $0
If using bash: Add "export PATH=$HOME/.cabal/bin:$PATH" to the bottom of your .profile file if it isn't already there. Else if using tcsh: Add "set path = ($home/.cabal/bin $path)" to the bottom of your .cshrc file if it isn't already there.
$ cabal update
$ cabal install alex
$ cabal install cpphs
$ cabal install happy
$ cabal install Agda
$ agda-mode setup
$ emacs test.agda -- You should see an Agda menu and (Agda) in the mode line.
$ git clone https://github.com/pigworker/CS410-18 -- You should find the files from the lectures, and more as they appear.
30 commits
22 commits
Agda
96.5%
Haskell
3.5%
being the teaching materials and exercises for CS410 in the 2018/19 session
Agda
57
52 commits
updated Apr 15, 2019
being the lecture materials and exercises for the 2018/19 session of CS410 Advanced Functional Programming at the University of Strathclyde
Check if you're using bash $ echo $0
If using bash: Add "export PATH=$HOME/.cabal/bin:$PATH" to the bottom of your .profile file if it isn't already there. Else if using tcsh: Add "set path = ($home/.cabal/bin $path)" to the bottom of your .cshrc file if it isn't already there.
$ cabal update
$ cabal install alex
$ cabal install cpphs
$ cabal install happy
$ cabal install Agda
$ agda-mode setup
$ emacs test.agda -- You should see an Agda menu and (Agda) in the mode line.
$ git clone https://github.com/pigworker/CS410-18 -- You should find the files from the lectures, and more as they appear.
30 commits
22 commits
Agda
96.5%
Haskell
3.5%