タグ

studyに関するkirakkingのブックマーク (5)

  • Haskell/存在量化された型 - Wikibooks


     (Existential types  existentials)    GHC    Haskell98 -XExistentialQuantification {-# LANGUAGE ExistentialQuantification #-}  forall [] forall 使 ab
    kirakking
    kirakking 2017/01/28
    制約により存在量化ってこう? Pはクラス制約; Qはデータ型; (1) exists x. P(x), (2) forall x. P(x) -> Q(x), (3) [forall x. P(x) -> Q(x)] => [exists x. P(x) ^ Q(x)], (Concludion) exists x. P(x) ^ Q(x)
  • Introduction to Automata Theory, Languages, and Computation

    Introduction to Automata Theory, Languages, and Computation Free Course in Automata Theory I have prepared a course in automata theory (finite automata, context-free grammars, decidability, and intractability), and it begins April 23, 2012. You can learn more about the course at www.coursera.org/course/automata. Several other courses will start at the same time, including Alex Aiken on Compilers,

  • [Haskell-cafe] what is basic Haskell?

    kirakking
    kirakking 2014/07/25
    学習の参考に。
  • Haskell - FP Complete

    FP Complete was founded on a simple vision: we can make the world a better place with better software. And better tools, languages, and processes lead to better software. We believe Haskell is one of the best languages available today for writing robust, performant, concurrent, and maintainable software. FP Complete and its engineering team have created, contributed to, and continue to maintain ma

    Haskell - FP Complete
    kirakking
    kirakking 2014/07/17
    今度内容を調べる。
  • ファイルアップローダを作ろう - 鳩舎


    How to 使    S3  Disk  DB Blob HTTP  () 
    ファイルアップローダを作ろう - 鳩舎
  • 1