bff 0.3.1.1 → 0.3.1.2
raw patch · 2 files changed
+11/−3 lines, 2 files
Files
- bff-cgi.hs +6/−2
- bff.cabal +5/−1
bff-cgi.hs view
@@ -25,8 +25,12 @@ hotlink "http://www.iai.uni-bonn.de/~jv/" << "Janis Voigtländer" +++ "."- )- + ) ++++ p << ("You may also want to try another tool applying different bidirectionalization methods side by side: "+ +++ hotlink "http://www-ps.iai.uni-bonn.de/cgi-bin/b18n-combined-cgi" + << "(Combining) Syntactic and Semantic Bidirectionalization"+ +++ "."+ ) ) +++ form ! [method "POST", action "#"] << ( maindiv << (
bff.cabal view
@@ -1,5 +1,5 @@ name: bff-version: 0.3.1.1+version: 0.3.1.2 license: PublicDomain description: This is an implementation of the ideas presented in "Bidirectionalization@@ -16,6 +16,10 @@ . Using the cabal flag "render" will generate a program that renders collected performance statistics as PDF files.+ .+ You may also want to check out later work combining the implementation here + with other methods: + <http://hackage.haskell.org/package/bidirectionalization-combined>. author: Janis Voigtlaender, Joachim Breitner