チェンジセット 1783
- コミット日時:
- 2008/11/03 10:08:21 (3 年前)
- ファイル:
-
- ocaml/abc2xml/parsec.ml (更新) (1 diff)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
ocaml/abc2xml/parsec.ml
r1645 r1783 10 10 11 11 let rec repeat n f stream = 12 if n = 0 then12 if n <= 0 then 13 13 [] 14 14 else

