mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 20:51:43 +03:00
[ fix ] missing log option (#1411)
This commit is contained in:
parent
7fe8c42116
commit
7e520994fd
@ -42,6 +42,8 @@ knownTopics = [
|
||||
("builtin.Natural.addTransform", "some documentation of this option"),
|
||||
("builtin.NaturalToInteger", "some documentation of this option"),
|
||||
("builtin.NaturalToInteger.addTransforms", "some documentation of this option"),
|
||||
("builtin.IntegerToNatural", "some documentation of this option"),
|
||||
("builtin.IntegerToNatural.addTransforms", "some documentation of this option"),
|
||||
("compile.casetree", "some documentation of this option"),
|
||||
("compiler.inline.eval", "some documentation of this option"),
|
||||
("compiler.refc", "some documentation of this option"),
|
||||
|
@ -280,7 +280,7 @@ addIntegerToNat :
|
||||
IntToNat ->
|
||||
Core ()
|
||||
addIntegerToNat fn iToN = do
|
||||
log "builtin.NaturalToInteger.addTransforms" 10
|
||||
log "builtin.IntegerToNatural.addTransforms" 10
|
||||
$ "Add %builtin IntegerToNatural transform for " ++ show fn ++ "."
|
||||
update Ctxt $ record
|
||||
{ builtinTransforms.integerToNatFns $= insert fn iToN
|
||||
|
Loading…
Reference in New Issue
Block a user