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

Verification of programs using Continuation based C

+

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

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

研究目的

- - - -
-
- -

研究内容

- - - -
-
- -

近況報告

- - - -
-
- -

Gears のデータ構造の検証

- - - -
-
- -

Operational Semantics of CbC

- - - - -
- +<%= @content %> diff -r e88c772d72f3 -r f9c67fcd744f slides/20160503/slide.md --- a/slides/20160503/slide.md Tue May 03 17:44:32 2016 +0900 +++ b/slides/20160503/slide.md Tue May 03 17:54:05 2016 +0900 @@ -37,7 +37,6 @@ * 待ちあわせとかも無い * cs は ds -> ds * それだと行き先情報が無いので - * ds に next を含める or State Monad 辺りでやってみる * Agda を 2.5.1 に上げて State Monad を書いてみてます