Literate programming tools for F#
tomasp.net1 pointsby kvb1 comments
computer programmer
- man
+ woman
---------------------
= homemaker
Basilica? let (fun o -> o.x) { x = { x = 1 } } twice : forall a,b,c. ((a->b)&(b->c)) -> a -> c
(e.g. in MLSub, the type for twice (fun x -> x::[]) 1
is the unsatisfying (rec a = (a list | int) list)
rather than the expected (int list) list
)