File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ knownTopics = [
42
42
(" builtin.Natural.addTransform" , " some documentation of this option" ),
43
43
(" builtin.NaturalToInteger" , " some documentation of this option" ),
44
44
(" builtin.NaturalToInteger.addTransforms" , " some documentation of this option" ),
45
+ (" builtin.IntegerToNatural" , " some documentation of this option" ),
46
+ (" builtin.IntegerToNatural.addTransforms" , " some documentation of this option" ),
45
47
(" compile.casetree" , " some documentation of this option" ),
46
48
(" compiler.inline.eval" , " some documentation of this option" ),
47
49
(" compiler.refc" , " some documentation of this option" ),
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ addIntegerToNat :
280
280
IntToNat ->
281
281
Core ()
282
282
addIntegerToNat fn iToN = do
283
- log " builtin.NaturalToInteger .addTransforms" 10
283
+ log " builtin.IntegerToNatural .addTransforms" 10
284
284
$ " Add %builtin IntegerToNatural transform for " ++ show fn ++ " ."
285
285
update Ctxt $ record
286
286
{ builtinTransforms. integerToNatFns $= insert fn iToN
You can’t perform that action at this time.
0 commit comments