about summary refs log tree commit diff stats
path: root/edit.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-29 10:13:35 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-29 10:13:59 -0800
commit877d0a44b7be2ca0d9b30900526fc6f4b07a5389 (patch)
treee3aa61d789f2ff17e0fc957bb11beb2d6cd0a311 /edit.mu
parent993ec47b2095a45c084c54bc815f4803435b5565 (diff)
downloadmu-877d0a44b7be2ca0d9b30900526fc6f4b07a5389.tar.gz
670 - get rid of integer-buffer
We'll make 'buffer' properly generic at some point. Basically need to
support multi-word types.

  x:list:integer <- copy y:list:integer  # ok
  x:list <- copy y:list:integer  # ok
  x:list:integer <- copy y:list  # error

We'll need a separate runtime operator like maybe-coerce for the third
case.
Diffstat (limited to 'edit.mu')
0 files changed, 0 insertions, 0 deletions