Skip to content

Commit

Permalink
Smartsheet.sheet_id
Browse files Browse the repository at this point in the history
  • Loading branch information
achlipala committed Aug 15, 2023
1 parent 3e56ace commit de6a65c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ur/smartsheet.ur
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ val _ : json cell = json_record_withOptional
type sheet_id = int
val show_sheet_id = _
val inj_sheet_id = _
fun sheet_id n = n

type row_id = int
val show_row_id = _
Expand Down
1 change: 1 addition & 0 deletions src/ur/smartsheet.urs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ type cell = {
type sheet_id
val show_sheet_id : show sheet_id
val inj_sheet_id : sql_injectable_prim sheet_id
val sheet_id : int -> sheet_id

type row_id
val show_row_id : show row_id
Expand Down

0 comments on commit de6a65c

Please sign in to comment.