Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
szynwelski committed Jan 17, 2016
1 parent 7b1bca1 commit 84cfc9f
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 238 deletions.
2 changes: 2 additions & 0 deletions documentation.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
cabal haddock --hyperlink-source
sed -i 's/file\:\/\/\/usr\/local\/haskell\/ghc\-7\.8\.3\-x86_64\/share\/doc\/ghc\/html\/libraries\/\(base\-4\.7\.0\.1\)/http:\/\/hackage.haskell.org\/package\/\1\/docs/g' dist/doc/html/NLambda/NLambda.html
sed -i 's/file\:\/\/\/usr\/local\/haskell\/ghc\-7\.8\.3\-x86_64\/share\/doc\/ghc\/html\/libraries\/\(containers\-0\.5\.5\.1\)/http:\/\/hackage.haskell.org\/package\/\1\/docs/g' dist/doc/html/NLambda/NLambda.html
sed -i 's/file\:\/\/\/usr\/local\/haskell\/ghc\-7\.8\.3\-x86_64\/lib\/\(mtl\-2\.1\.3\.1\)\/doc\/html/http:\/\/hackage.haskell.org\/package\/\1\/docs/g' dist/doc/html/NLambda/NLambda.html
sed -i 's/Nominal.html/NLambda.html/g' dist/doc/html/NLambda/NLambda.html
Binary file removed src/Main
Binary file not shown.
4 changes: 0 additions & 4 deletions src/Main.hs

This file was deleted.

2 changes: 1 addition & 1 deletion src/Nominal/Conditional.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ instance Conditional b => Conditional (a -> b) where
instance (Conditional a) => Conditional [a] where
cond c l1 l2 = if length l1 == length l2
then zipWith (cond c) l1 l2
else ifSolve c l1 l2 (error "cond cannot be applied to lists of different sizes with unsolvable condition")
else ifSolve c l1 l2 (error "cond cannot be applied to lists of different sizes with undetermined condition")

instance Conditional () where
cond c _ _ = ()
Expand Down
148 changes: 0 additions & 148 deletions src/Nominal/TestFormula.hs

This file was deleted.

34 changes: 0 additions & 34 deletions src/Nominal/Util/UnionFind.hs

This file was deleted.

51 changes: 0 additions & 51 deletions src/TODO

This file was deleted.

0 comments on commit 84cfc9f

Please sign in to comment.