~ubuntu-branches/ubuntu/lucid/laby/lucid

« back to all changes in this revision

Viewing changes to src/say.ml

  • Committer: Bazaar Package Importer
  • Author(s): Mehdi Dogguy
  • Date: 2009-09-12 11:35:09 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090912113509-9iyi2r92n5tj4et8
Tags: 0.5.4-1
* New upstream release
  + Prolog mode
* Choose the same icon as upstream
* Add executable bit to all '/usr/share/laby/mods/*/lib/defs'
* Bump debhelper's version to (>= 7.0.50~) in build-dependencies
* Bump standards version to 3.8.3
* Build-depend on ocaml-findlib (used to be a dependency of
  liblablgtksourceview) (Closes: #549830).

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
  | `Carry_Exit -> f carry_exit
57
57
  | `Rock_No_Take -> f rock_no_take
58
58
  | `Rock_No_Drop -> f rock_no_drop
 
59
  | `Say s -> f (F.s s)
59
60
  end
60
61