diff options
Diffstat (limited to 'src/source.sml')
-rw-r--r-- | src/source.sml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/source.sml b/src/source.sml index b85384ab..ce29904d 100644 --- a/src/source.sml +++ b/src/source.sml @@ -154,8 +154,8 @@ datatype decl' = | DVal of string * con option * exp | DValRec of (string * con option * exp) list | DSgn of string * sgn - | DStr of string * sgn option * str - | DFfiStr of string * sgn + | DStr of string * sgn option * Time.time option * str + | DFfiStr of string * sgn * Time.time | DOpen of string * string list | DConstraint of con * con | DOpenConstraints of string * string list |