# HG changeset patch # User Yasutaka Higa # Date 1462265072 -32400 # Node ID e88c772d72f30e424362f0e68639bf5218db800e # Parent 7b69ffd8598992f72afdbbda1974769cadacdf7e auto-Update generated slides by script diff -r 7b69ffd85989 -r e88c772d72f3 slides/20160503/slide.html --- a/slides/20160503/slide.html Tue May 03 17:42:51 2016 +0900 +++ b/slides/20160503/slide.html Tue May 03 17:44:32 2016 +0900 @@ -2,10 +2,10 @@ - <%= @headers['title'] %> + Verification of programs using Continuation based C - - + + @@ -38,7 +38,7 @@ prettyPrint(); } ); - <%= content_for :js %> + @@ -46,7 +46,7 @@ -<%= content_for :head %> + @@ -67,15 +67,15 @@
-

<%= @headers['title'] %>

+

Verification of programs using Continuation based C

- <%= @headers['author'] %> - <%= @headers['profile'] %> + Yasutaka Higa +
@@ -83,7 +83,106 @@ -<%= @content %> +
+ + + +

研究目的

+ + + +
+
+ +

研究内容

+ + + +
+
+ +

近況報告

+ + + +
+
+ +

Gears のデータ構造の検証

+ + + +
+
+ +

Operational Semantics of CbC

+ + + + +
+ diff -r 7b69ffd85989 -r e88c772d72f3 slides/20160503/slide.md --- a/slides/20160503/slide.md Tue May 03 17:42:51 2016 +0900 +++ b/slides/20160503/slide.md Tue May 03 17:44:32 2016 +0900 @@ -39,6 +39,6 @@ * それだと行き先情報が無いので * ds に next を含める or State Monad 辺りでやってみる -* Agda を 2.5.1 に上げて State Monad を書いてみてるところ +* Agda を 2.5.1 に上げて State Monad を書いてみてます