Skip to content

matsubara0507/fun-of-extensible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fun-of-extensible

Sample codes of "The Fun of Extensible"

Contents

  • Haskellとレコード構文
    • src/Sample/VanillaType.hs
  • extensibleパッケージ
    • src/Sample/ExtensibleType.hs
  • 多相バリアント
    • src/Sample/ExtensibleType.hs
  • Do記法レスプログラミング
    • app/sample/Main.hs
  • YAML設定を使いこなす
    • app/sample/Config.hs
    • app/sample/Main.hs