compilerbitch (
compilerbitch
) wrote
2004
-
12
-
15
12:57 pm
Introducing Fran the Finite State Automaton
Flat
|
Top-Level Comments Only
no subject
ashley-y.livejournal.com
2004-12-15 09:45 am (UTC)
(
link
)
OK, when evaluating "cons int 4 (nil int)" I came across this, which confused me:
nil int : int list, where
nil int = Λβ . λb:β . λf:β→int→β . b
int list = ∀β.β→(β→int→β)→β
But it looks correct now.
29 comments
Post a new comment
Flat
|
Top-Level Comments Only
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]
no subject
nil int : int list, where
nil int = Λβ . λb:β . λf:β→int→β . b
int list = ∀β.β→(β→int→β)→β
But it looks correct now.