lean4-htt/src/library/arith
Leonardo de Moura aa99ac6618 feat(kernel/value): allow semantic attachments to use coercions when being pretty printed
For example, this feature is useful when displaying the integer value 10 with coercions enabled. In this case, we want to display "nat_to_int 10" instead of "10".

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-30 11:42:26 -07:00
..
arith.cpp Rename arith library files 2013-09-13 08:55:09 -07:00
arith.h Rename arith library files 2013-09-13 08:55:09 -07:00
CMakeLists.txt Rename arith library files 2013-09-13 08:55:09 -07:00
int.cpp feat(kernel/value): allow semantic attachments to use coercions when being pretty printed 2013-10-30 11:42:26 -07:00
int.h Rename arith library files 2013-09-13 08:55:09 -07:00
nat.cpp feat(kernel/value): allow semantic attachments to use coercions when being pretty printed 2013-10-30 11:42:26 -07:00
nat.h Rename arith library files 2013-09-13 08:55:09 -07:00
num_type.h Rename numtype.h to num_type.h 2013-09-13 09:07:44 -07:00
real.cpp feat(kernel/value): allow semantic attachments to use coercions when being pretty printed 2013-10-30 11:42:26 -07:00
real.h Rename arith library files 2013-09-13 08:55:09 -07:00
special_fn.cpp Use consistent coding style for spaces after ',' 2013-09-13 12:49:03 -07:00
special_fn.h Rename arith library files 2013-09-13 08:55:09 -07:00