view datebox.urs @ 9:1e04008eaef7

Add version of warning with a format wrapper.
author Karn Kallio <kkallio@eka>
date Tue, 21 Jun 2011 17:32:36 -0430
parents 4385bc6a0d2d
children bbdedfde154e
line wrap: on
line source
type t

type date = {Year : int, Month : int, Day : int}
val date_ord : ord date
val time : date -> time

val create : time -> transaction t
val render : t -> xbody
val value : t -> signal date

style calendar
style prev
style this
style next
style weekday
style curday
style otherday
style selday