Branch: refs/heads/master
  Home:   
https://github.com/discus-lang/ddc
  Commit: 2baa1b4e2d43b6b02135257677671a83cb7384ac
      
https://github.com/discus-lang/ddc/commit/2baa1b4e2d43b6b02135257677671a83cb7384ac
  Author: Ben Lippmeier <
be...@ouroborus.net>
  Date:   2019-02-06 (Wed, 06 Feb 2019)
  Changed paths:
    M src/s1/ddc-core-llvm/DDC/Core/Llvm/Convert.hs
    M src/s1/ddc-core-llvm/DDC/Core/Llvm/Convert/Exp/Atom.hs
    M src/s1/ddc-core-llvm/DDC/Core/Llvm/Convert/Exp/Case.hs
    M src/s1/ddc-core-machine/DDC/Core/Machine/Process/Slurp.hs
    M src/s1/ddc-core/DDC/Core/Check/Judge/Type/LetPrivate.hs
    M src/s1/ddc-core/DDC/Core/Codec/Text/Lexer.hs
    M src/s1/ddc-core/DDC/Core/Codec/Text/Lexer/Token/Builtin.hs
    M src/s1/ddc-core/DDC/Core/Codec/Text/Lexer/Token/Index.hs
    M src/s1/ddc-core/DDC/Core/Codec/Text/Lexer/Token/Keyword.hs
    M src/s1/ddc-core/DDC/Core/Codec/Text/Lexer/Token/Literal.hs
    M src/s1/ddc-core/DDC/Core/Codec/Text/Lexer/Token/Names.hs
    M src/s1/ddc-core/DDC/Core/Codec/Text/Lexer/Token/Operator.hs
    M src/s1/ddc-core/DDC/Core/Codec/Text/Lexer/Token/Symbol.hs
    M src/s1/ddc-source-discus/DDC/Source/Discus/Transform/Guards.hs
    M src/s1/ddc-source-discus/DDC/Source/Discus/Transform/Prep.hs
    M src/s1/ddc-tools/src/ddc-war/DDC/War/Interface/Controller.hs
    M test/ddc-regress/core/02-Salt/10-Primitive/Test.stdout.check
    M test/ddc-regress/core/02-Salt/23-Fragment/Test.stdout.check
    M test/ddc-regress/core/03-Discus/11-Parser/10-Errors/Test.stdout.check
    M test/ddc-regress/core/03-Discus/21-Kinding/Test.stdout.check
    M test/ddc-regress/core/03-Discus/22-Typing/01-Names/Test.stdout.check
    M test/ddc-regress/core/03-Discus/22-Typing/02-Let/Test.stdout.check
    M test/ddc-regress/core/03-Discus/22-Typing/03-LetRegion/Test.stdout.check
    M test/ddc-regress/core/03-Discus/22-Typing/10-Functions/Test.stdout.check
    M test/ddc-regress/core/03-Discus/22-Typing/80-Synth/Test.stdout.check
  Log Message:
  -----------
  Follow changes in inchworm and compensate for GHC MonadFail change