mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 08:11:45 +03:00
8 lines
101 B
Idris
8 lines
101 B
Idris
|
module C
|
||
|
|
||
|
import B
|
||
|
|
||
|
public export
|
||
|
bar : {default defaultRec rec : Rec} -> Char
|
||
|
bar {rec} = field rec
|