はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ChatGPT

『The Caml language: Home』

  • 人気
  • 新着
  • すべて
  • Archives of the Caml Mailing list: Re: Functional composition o

    3 users

    caml.inria.fr

    Re: Functional composition operator? From: Pierre Weis (Pierre.Weis@inria.fr) Date: Tue Dec 08 1998 - 18:02:21 MET Next message: Andrew Kay: "RE: Functional composition operator?" Previous message: John Whitley: "Functional composition operator?" Next in thread: Andrew Kay: "RE: Functional composition operator?" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] From: Pierre Weis <Pier

    • テクノロジー
    • 2012/02/03 15:45
    • Pervasives

      3 users

      caml.inria.fr

      val raise : exn -> 'a val raise_notrace : exn -> 'a val invalid_arg : string -> 'a val failwith : string -> 'a exception Exit val (=) : 'a -> 'a -> bool val (<>) : 'a -> 'a -> bool val (<) : 'a -> 'a -> bool val (>) : 'a -> 'a -> bool val (<=) : 'a -> 'a -> bool val (>=) : 'a -> 'a -> bool val compare : 'a -> 'a -> int val min : 'a -> 'a -> 'a val max : 'a -> 'a -> 'a val (==) : 'a -> 'a -> bool v

      • 暮らし
      • 2010/12/25 20:42
      • Documentation

        3 users

        caml.inria.fr

        Home About Download Resources Contact us This site is updated infrequently. For up-to-date information, please visit the new OCaml website at ocaml.org. This page contains an inventory of all documentation about the Caml language and its implementation that is available from this site. The Caml Hump provides a complementary list of documents offered by the community. For general information about

        • 世の中
        • 2010/12/03 00:06
        • Re: [Caml-list] Why systhreads? : Archives of the Caml mailing list &gt; Message from Xavier Leroy

          4 users

          caml.inria.fr

          [ Home ] [ Index: by date | by threads ] [ Search: ] [ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ] It seems that the annual discussion on threads started again. Allow me to deliver again my standard lecture on this topic. Threads have at least three different purposes: 1- Parallelism on shared-memory multiprocessors. 2- Overlapping I/O and

          • 学び
          • 2009/09/10 14:06
          • 8.10  Overriding in open statements

            4 users

            caml.inria.fr

            Since OCaml 4.01, open statements shadowing an existing identifier (which is later used) trigger the warning 44. Adding a ! character after the open keyword indicates that such a shadowing is intentional and should not trigger the warning. This is also available (since OCaml 4.06) for local opens in class expressions and class type expressions.

            • 世の中
            • 2009/09/05 17:11
            • Using the Format module

              3 users

              caml.inria.fr

              Home About Download Resources Contact us This site is updated infrequently. For up-to-date information, please visit the new OCaml website at ocaml.org. The Format module of Caml Light and OCaml's standard libraries provides pretty-printing facilities to get a fancy display for printing routines. This module implements a “pretty-printing engine” that is intended to break lines in a nice way (let's

              • テクノロジー
              • 2008/06/05 14:45
              • 8.4  Local opens for patterns

                4 users

                caml.inria.fr

                For patterns, local opens are limited to the module-path.( pattern) construction. This construction locally open the module referred to by the module path module-path in the scope of the pattern pattern. When the body of a local open pattern is delimited by [ ], [| |], or { }, the parentheses can be omitted. For example, module-path.[ pattern] is equivalent to module-path.([ pattern]), and module-

                • テクノロジー
                • 2008/04/04 10:34
                • OCaml
                • parser
                • Welcome to a World of OCaml

                  4 users

                  caml.inria.fr

                  # let square x = x * x val square : int -> int = < fun > # square 3 - : int = 9 # let rec factorial x = if x <= 1 then 1 else x * factorial (x - 1) val factorial : int -> int = < fun > # factorial 5 - : int = 120 # square 120 - : int = 14400

                  • テクノロジー
                  • 2007/04/24 13:01
                  • programming
                  • Using, Understanding, and Unraveling The OCaml Language From Practice to Theory and vice versa

                    7 users

                    caml.inria.fr

                    Using, Understanding, and Unraveling The OCaml Language From Practice to Theory and vice versa Didier Rémy APPSEM'2000 summer school1 Copyright © 2000, 2001 by Didier Rémy. These notes have also been published in Lectures Notes in Computer Science. A preliminary version was written for the Appsem 2000 summer school held in Camina, Portugal on September 2000. The notes are also available in Postscr

                    • テクノロジー
                    • 2006/12/12 19:50
                    • ocaml
                    • Developing applications with Objective Caml

                      10 users

                      caml.inria.fr

                      Developing Applications With Emmanuel CHAILLOUX - Pascal MANOURY - Bruno PAGANO Preface Preface Introduction Objectives Description of the language Structure of a program Safety and efficiency of execution Outline of the book Chapter 1   How to obtain Objective CAML Free software Description of the CD-ROM Downloading Installation Installation under Windows Installation under Linux Installation und

                      • テクノロジー
                      • 2006/04/13 06:39
                      • ocaml
                      • language
                      • tutorial
                      • programming
                      • book
                      • The Caml language: Home

                        10 users

                        caml.inria.fr

                        Caml is a general-purpose programming language, designed with program safety and reliability in mind. It is very expressive, yet easy to learn and use. Caml supports functional, imperative, and object-oriented programming styles. It has been developed and distributed by INRIA, a French research institute in computer science and applied mathematics, since 1985. The OCaml system is the main implemen

                        • テクノロジー
                        • 2005/09/28 23:27
                        • OCaml
                        • functional
                        • ML
                        • language
                        • programming
                        • Developing applications with Objective Caml

                          15 users

                          caml.inria.fr

                          This is a preliminary translation of the book Développement d'applications avec Objective Caml by Emmanuel Chailloux, Pascal Manoury and Bruno Pagano, published by O'Reilly France. The translation is available in several formats: HTML for online reading. PDF in one big file (3 megabytes). PDF, one file per chapter. The translation is not entirely finished yet; in particular, some solutions to exer

                          • テクノロジー
                          • 2005/09/12 15:05
                          • ocaml
                          • book
                          • programming
                          • あとで読む
                          • Download

                            7 users

                            caml.inria.fr

                            OCaml The most recent version of OCaml is 4.07.0. It was released on 2018-07-10. Further information and download links can be found on the release page.

                            • テクノロジー
                            • 2005/06/07 12:08
                            • OCaml
                            • The Caml language: Home

                              40 users

                              caml.inria.fr

                              Caml is a general-purpose programming language, designed with program safety and reliability in mind. It is very expressive, yet easy to learn and use. Caml supports functional, imperative, and object-oriented programming styles. It has been developed and distributed by INRIA, a French research institute in computer science and applied mathematics, since 1985. The OCaml system is the main implemen

                              • テクノロジー
                              • 2005/02/10 22:51
                              • OCaml
                              • programming
                              • ML
                              • Language
                              • software
                              • development

                              このページはまだ
                              ブックマークされていません

                              このページを最初にブックマークしてみませんか?

                              『The Caml language: Home』の新着エントリーを見る

                              キーボードショートカット一覧

                              j次のブックマーク

                              k前のブックマーク

                              lあとで読む

                              eコメント一覧を開く

                              oページを開く

                              はてなブックマーク

                              • 総合
                              • 一般
                              • 世の中
                              • 政治と経済
                              • 暮らし
                              • 学び
                              • テクノロジー
                              • エンタメ
                              • アニメとゲーム
                              • おもしろ
                              • アプリ・拡張機能
                              • 開発ブログ
                              • ヘルプ
                              • お問い合わせ
                              • ガイドライン
                              • 利用規約
                              • プライバシーポリシー
                              • 利用者情報の外部送信について
                              • ガイドライン
                              • 利用規約
                              • プライバシーポリシー
                              • 利用者情報の外部送信について

                              公式Twitter

                              • 公式アカウント
                              • ホットエントリー

                              はてなのサービス

                              • はてなブログ
                              • はてなブログPro
                              • 人力検索はてな
                              • はてなブログ タグ
                              • はてなニュース
                              • ソレドコ
                              • App Storeからダウンロード
                              • Google Playで手に入れよう
                              Copyright © 2005-2025 Hatena. All Rights Reserved.
                              設定を変更しましたx