diff options
author | Adam Chlipala <adam@chlipala.net> | 2010-12-26 15:52:56 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2010-12-26 15:52:56 -0500 |
commit | bd29062df3c929ec338db7aa08363e3167a5429a (patch) | |
tree | bab01946f2153cdc269413638fa237740a933161 /lib | |
parent | ee66c09220c652519db521327c503b71124fbf0f (diff) |
Expose buffer type for other C libraries; replace minusSeconds with addSeconds
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ur/basis.urs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs index 95deb982..54500753 100644 --- a/lib/ur/basis.urs +++ b/lib/ur/basis.urs @@ -142,7 +142,7 @@ val current : t ::: Type -> signal t -> transaction t val now : transaction time val minTime : time -val minusSeconds : time -> int -> time +val addSeconds : time -> int -> time val timef : string -> time -> string (* Uses strftime() format string *) |