-
-
Save cemerick/f29992e3d8a0b96090483767c48e3fa0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open Tyxml | |
open Tyxml.Html | |
let top (title, head_contents, body) = { | |
let head = head(<title>title</title>, head_contents); | |
<html> | |
head | |
<body> ...body </body> | |
</html> | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment